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 57a5f2a commit 2a0bffeCopy full SHA for 2a0bffe
package.json
@@ -5,7 +5,7 @@
5
"build": "pulp build -- --censor-lib --strict",
6
"test": "pulp test",
7
"bench:build": "purs compile \"bench/**/*.purs\" \"src/**/*.purs\" \"bower_components/*/src/**/*.purs\"",
8
- "bench:run": "node -e \"require('./output/Bench.Main/index.js').main()\"",
+ "bench:run": "node --input-type=module --eval \"import * as Bench_Main from './output/Bench.Main/index.js';Bench_Main.main()\"",
9
"bench": "npm run bench:build && npm run bench:run"
10
},
11
"devDependencies": {
0 commit comments