Skip to content

Commit 43c9d0c

Browse files
Re-enable all warnings (#208)
1 parent 7498594 commit 43c9d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build -- --censor-lib --strict --censor-codes='WildcardInferredType'",
5+
"build": "pulp build -- --censor-lib --strict",
66
"test": "pulp test",
77
"bench:build": "purs compile 'bench/**/*.purs' 'src/**/*.purs' 'bower_components/*/src/**/*.purs'",
88
"bench:run": "node --expose-gc -e 'require(\"./output/Bench.Main/index.js\").main()'",

0 commit comments

Comments
 (0)