Skip to content

Commit 8ae64fe

Browse files
committed
build(scripts): add watch:module-only task
1 parent d0bf4be commit 8ae64fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"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",
3939
"watch:slow": "run-s clean build:main build:wasm && run-p \"build:main -- -w\" \"test:unit -- --watch\"",
4040
"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",
4242
"cov": "run-s build test:unit cov:html && open-cli coverage/index.html",
4343
"cov:html": "nyc report --reporter=html",
4444
"cov:send": "nyc report --reporter=lcov && codecov",

0 commit comments

Comments
 (0)