File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 14
14
"lint" : " prettier --write **/*.js **/*.ts **/*.json !build/**/* !dist/**/*" ,
15
15
"lint:ci" : " prettier --check **/*.js **/*.ts **/*.json !build/**/* !dist/**/*" ,
16
16
"lib:watch" : " chokidar --initial \" lib/**/*\" -c \" run-s lib:js:build:dev test\" " ,
17
- "lib:test:watch" : " chokidar \" test/**/*.js\" \" test/**/*.ts\" -c \" run-s lib:test:build test\" " ,
18
17
"lib:js:build" : " rollup -c --environment LIB,PROD && cpy 'lib/as-bind.d.ts' dist" ,
19
18
"lib:js:build:dev" : " rollup -c --environment LIB,DEV" ,
20
- "lib:test:build" : " run-s lib:test:build:entry lib:test:build:no-entry" ,
21
- "lib:test:build:entry" : " asc test/assembly/test.ts -b test/assembly/test.wasm --debug --runtime incremental --exportRuntime" ,
22
- "lib:test:build:no-entry" : " asc test/assembly/test.ts -b test/assembly/test-no-entry.wasm --debug --runtime incremental --exportRuntime" ,
23
19
"lib:deploy" : " npm run build && np" ,
24
20
"md:build" : " run-s md:wasm:build md:ts:build md:js:build" ,
25
21
"premd:dev" : " npm run md:build" ,
You can’t perform that action at this time.
0 commit comments