File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 "node" : " >=20"
2525 },
2626 "scripts" : {
27- "bundle" : " npm run format:write && npm run package" ,
27+ "bundle" : " npm run format:write && npm run package && npm run package-wasm " ,
2828 "ci-test" : " npx jest" ,
2929 "coverage" : " npx make-coverage-badge --output-path ./badges/coverage.svg" ,
3030 "format:write" : " npx prettier --write ." ,
3131 "format:check" : " npx prettier --check ." ,
3232 "lint" : " npx eslint . -c ./.github/linters/.eslintrc.yml" ,
33+ "package-wasm" : " cp node_modules/libarchive-wasm/dist/*.wasm ./dist" ,
3334 "package" : " npx ncc build src/index.ts -o dist --source-map --license licenses.txt" ,
3435 "package:watch" : " npm run package -- --watch" ,
3536 "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 "
3738 },
3839 "license" : " MIT" ,
3940 "jest" : {
You can’t perform that action at this time.
0 commit comments