Skip to content

Commit 1edcc2b

Browse files
committed
Update build
1 parent f53657c commit 1edcc2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^11.0.0",
9+
"pulp": "^11.0.2",
1010
"purescript-psa": "^0.5.1",
11-
"purescript": "^0.11.4",
11+
"purescript": "^0.11.6",
1212
"rimraf": "^2.6.1"
1313
}
1414
}

0 commit comments

Comments
 (0)