Skip to content

Commit 8c36875

Browse files
committed
npm: set pkg script to run with node explicitly to help with windows
1 parent c682381 commit 8c36875

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
@@ -30,7 +30,7 @@
3030
"lint": "eslint '{src,tests}/**/*.{js,ts}'",
3131
"lintfix": "eslint '{src,tests}/**/*.{js,ts}' --fix",
3232
"docs": "rimraf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
33-
"pkg": "./scripts/pkg.js --no-dict=leveldown.js",
33+
"pkg": "node ./scripts/pkg.js --no-dict=leveldown.js",
3434
"typescript-demo-lib": "ts-node -r tsconfig-paths/register --compiler typescript-cached-transpile --transpile-only src/bin/typescript-demo-lib.ts"
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)