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 515bb99 commit 676de82Copy full SHA for 676de82
package.json
@@ -2,12 +2,12 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
6
- "test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
+ "build": "pulp build --censor-lib --strict",
+ "test": "pulp test"
7
},
8
"devDependencies": {
9
- "pulp": "^8.2.0",
10
- "purescript-psa": "^0.3.8",
+ "pulp": "^9.0.1",
+ "purescript-psa": "^0.3.9",
11
"rimraf": "^2.5.0"
12
}
13
0 commit comments