Skip to content

Commit f40cfe9

Browse files
Censor user-defined warnings to get around MonadZero compiler warning
1 parent 293c7c6 commit f40cfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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",
5+
"build": "pulp build -- --censor-lib --strict --censor-codes='UserDefinedWarning'",
66
"test": "pulp test"
77
},
88
"devDependencies": {

0 commit comments

Comments
 (0)