We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7498594 commit 43c9d0cCopy full SHA for 43c9d0c
package.json
@@ -2,7 +2,7 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "pulp build -- --censor-lib --strict --censor-codes='WildcardInferredType'",
+ "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 --expose-gc -e 'require(\"./output/Bench.Main/index.js\").main()'",
0 commit comments