File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
"node" : " >=20"
25
25
},
26
26
"scripts" : {
27
- "bundle" : " npm run format:write && npm run package" ,
27
+ "bundle" : " npm run format:write && npm run package && npm run package-wasm " ,
28
28
"ci-test" : " npx jest" ,
29
29
"coverage" : " npx make-coverage-badge --output-path ./badges/coverage.svg" ,
30
30
"format:write" : " npx prettier --write ." ,
31
31
"format:check" : " npx prettier --check ." ,
32
32
"lint" : " npx eslint . -c ./.github/linters/.eslintrc.yml" ,
33
+ "package-wasm" : " cp node_modules/libarchive-wasm/dist/*.wasm ./dist" ,
33
34
"package" : " npx ncc build src/index.ts -o dist --source-map --license licenses.txt" ,
34
35
"package:watch" : " npm run package -- --watch" ,
35
36
"test" : " npx jest" ,
36
- "all" : " npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
37
+ "all" : " npm run format:write && npm run lint && npm run test && npm run coverage && npm run package && npm run package-wasm "
37
38
},
38
39
"license" : " MIT" ,
39
40
"jest" : {
You can’t perform that action at this time.
0 commit comments