Skip to content

Commit 8492ee6

Browse files
committed
makes npm scripts windows friendly
1 parent f9c9602 commit 8492ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "eslint src && pulp build -- --censor-lib --strict",
66
"test": "pulp test",
77

8-
"bench:build": "purs compile 'bench/**/*.purs' 'src/**/*.purs' 'bower_components/*/src/**/*.purs'",
9-
"bench:run": "node -e 'require(\"./output/Bench.Main/index.js\").main()'",
8+
"bench:build": "purs compile \"bench/**/*.purs\" \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\"",
9+
"bench:run": "node -e \"require('./output/Bench.Main/index.js').main()\"",
1010
"bench": "npm run bench:build && npm run bench:run"
1111
},
1212
"devDependencies": {

0 commit comments

Comments
 (0)