We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a4607 commit e4adaa3Copy full SHA for e4adaa3
package.json
@@ -2,11 +2,11 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict"
+ "build": "pulp build --censor-lib --strict"
6
},
7
"devDependencies": {
8
- "pulp": "^8.2.0",
9
- "purescript-psa": "^0.3.8",
+ "pulp": "^9.0.1",
+ "purescript-psa": "^0.3.9",
10
"rimraf": "^2.5.0"
11
}
12
0 commit comments