Skip to content

Commit

Permalink
npm: set pkg script to run with node explicitly to help with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 13, 2022
1 parent 0894eab commit 2b79b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
"bench": "shx rm -rf ./benches/results && ts-node --require tsconfig-paths/register --compiler typescript-cached-transpile --transpile-only ./benches",
"proto-generate": "scripts/proto-generate.sh",
"pkg": "./scripts/pkg.js --no-dict=leveldown.js",
"pkg": "node ./scripts/pkg.js --no-dict=leveldown.js",
"polykey": "ts-node --require tsconfig-paths/register --compiler typescript-cached-transpile --transpile-only src/bin/polykey.ts"
},
"dependencies": {
Expand Down

0 comments on commit 2b79b48

Please sign in to comment.