We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14dc79 commit 9d4387eCopy full SHA for 9d4387e
package.json
@@ -3,7 +3,8 @@
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
"build": "eslint src && pulp build -- --censor-lib --strict",
6
- "test": "pulp test",
+ "test": "pulp test && npm run test:run:without_codePointAt",
7
+ "test:run:without_codePointAt": "node -e \"delete String.prototype.codePointAt; require('./output/Test.Main/index.js').main();\"",
8
"bench:build": "purs compile 'bench/**/*.purs' 'src/**/*.purs' 'bower_components/*/src/**/*.purs'",
9
"bench:run": "node --expose-gc -e 'require(\"./output/Bench.Main/index.js\").main()'",
10
"bench": "npm run bench:build && npm run bench:run"
0 commit comments