Skip to content

Commit

Permalink
Using explicit node command to workaround issues on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 30, 2018
1 parent 13e318f commit 8cd6306
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 @@ -34,7 +34,7 @@
"release": "git push && release-it --github.release --npm.publish --non-interactive",
"release:minor": "git push && release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "git push && release-it --github.release --npm.publish --non-interactive --increment major",
"test": "rimraf test/lib test/dist && npm run prepare && ./bin/prepublish --input-node test/src/index.js --output-folder test/lib && webpack --hide-modules --config test/webpack.config.js",
"test": "rimraf test/lib test/dist && npm run prepare && node ./bin/prepublish --input-node test/src/index.js --output-folder test/lib && webpack --hide-modules --config test/webpack.config.js",
"prepare": "rimraf bin && rollup -c rollup.config.js"
},
"repository": {
Expand Down

0 comments on commit 8cd6306

Please sign in to comment.