We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baf09d commit 24bc35aCopy full SHA for 24bc35a
Makefile
@@ -11,6 +11,9 @@ build-dist:
11
build-test: test/fetch/api.spec.js
12
npx tsc
13
14
+browser:
15
+ ./bin/server --exec "npx open-cli http://localhost:8000/test/fetch/browser/"
16
+
17
commitlint: node_modules
18
npx commitlint --from origin/main --to HEAD --verbose
19
package.json
@@ -90,6 +90,7 @@
90
"mocha-headless-chrome": "3.1.0",
91
"nock": "13.0.11",
92
"nyc": "15.1.0",
93
+ "open-cli": "6.0.1",
94
"ora": "5.4.0",
95
"rollup": "2.44.0",
96
"rollup-plugin-copy": "3.4.0",
@@ -102,7 +103,8 @@
102
103
"typescript": "4.2.3",
104
"webpack": "5.28.0",
105
"webpack-cli": "4.6.0",
- "whatwg-fetch": "3.0.0"
106
+ "whatwg-fetch": "3.0.0",
107
+ "yargs": "17.0.1"
108
},
109
"files": [
110
"dist",
0 commit comments