File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ build-dist:
11
11
build-test : test/fetch/api.spec.js
12
12
npx tsc
13
13
14
+ browser :
15
+ ./bin/server --exec " npx open-cli http://localhost:8000/test/fetch/browser/"
16
+
14
17
commitlint : node_modules
15
18
npx commitlint --from origin/main --to HEAD --verbose
16
19
Original file line number Diff line number Diff line change 90
90
"mocha-headless-chrome" : " 3.1.0" ,
91
91
"nock" : " 13.0.11" ,
92
92
"nyc" : " 15.1.0" ,
93
+ "open-cli" : " 6.0.1" ,
93
94
"ora" : " 5.4.0" ,
94
95
"rollup" : " 2.44.0" ,
95
96
"rollup-plugin-copy" : " 3.4.0" ,
102
103
"typescript" : " 4.2.3" ,
103
104
"webpack" : " 5.28.0" ,
104
105
"webpack-cli" : " 4.6.0" ,
105
- "whatwg-fetch" : " 3.0.0"
106
+ "whatwg-fetch" : " 3.0.0" ,
107
+ "yargs" : " 17.0.1"
106
108
},
107
109
"files" : [
108
110
" dist" ,
You can’t perform that action at this time.
0 commit comments