We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c9602 commit 8492ee6Copy full SHA for 8492ee6
package.json
@@ -5,8 +5,8 @@
5
"build": "eslint src && pulp build -- --censor-lib --strict",
6
"test": "pulp test",
7
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()'",
+ "bench:build": "purs compile \"bench/**/*.purs\" \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\"",
+ "bench:run": "node -e \"require('./output/Bench.Main/index.js').main()\"",
10
"bench": "npm run bench:build && npm run bench:run"
11
},
12
"devDependencies": {
0 commit comments