Skip to content

Commit

Permalink
chore: added make browser task
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Aug 4, 2021
1 parent 6baf09d commit 24bc35a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ build-dist:
build-test: test/fetch/api.spec.js
npx tsc

browser:
./bin/server --exec "npx open-cli http://localhost:8000/test/fetch/browser/"

commitlint: node_modules
npx commitlint --from origin/main --to HEAD --verbose

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"mocha-headless-chrome": "3.1.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"open-cli": "6.0.1",
"ora": "5.4.0",
"rollup": "2.44.0",
"rollup-plugin-copy": "3.4.0",
Expand All @@ -102,7 +103,8 @@
"typescript": "4.2.3",
"webpack": "5.28.0",
"webpack-cli": "4.6.0",
"whatwg-fetch": "3.0.0"
"whatwg-fetch": "3.0.0",
"yargs": "17.0.1"
},
"files": [
"dist",
Expand Down

0 comments on commit 24bc35a

Please # to comment.