File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 38
38
"bench:browser-deps" : " browserify node_modules/chuhai/index.js --standalone chuhai -o build/bench/chuhai.js && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/bench/hash.js" ,
39
39
"watch:slow" : " run-s clean build:main build:wasm && run-p \" build:main -- -w\" \" test:unit -- --watch\" " ,
40
40
"watch" : " run-s clean build:main build:wasm build:parsimmon && run-p \" build:main -- -w\" \" test:unit:fast -- --watch\" " ,
41
- "watch:module-only" : " run-s clean build && build:main -- -w" ,
41
+ "watch:module-only" : " run-s clean build && yarn build:module -- -w" ,
42
42
"cov" : " run-s build test:unit cov:html && open-cli coverage/index.html" ,
43
43
"cov:html" : " nyc report --reporter=html" ,
44
44
"cov:send" : " nyc report --reporter=lcov && codecov" ,
You can’t perform that action at this time.
0 commit comments