We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f6c23 commit 64cdbbeCopy full SHA for 64cdbbe
package.json
@@ -2,13 +2,13 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "pulp build --censor-lib --strict",
6
- "test": "pulp build --include examples --censor-lib --strict && pulp test"
+ "build": "pulp build -- --censor-lib --strict",
+ "test": "pulp build --include examples -- --censor-lib --strict && pulp test"
7
},
8
"devDependencies": {
9
- "pulp": "^11.0.0",
10
- "purescript-psa": "^0.5.0",
11
- "purescript": "^0.11.1",
12
- "rimraf": "^2.6.1"
+ "pulp": "^11.0.2",
+ "purescript-psa": "^0.5.1",
+ "purescript": "^0.11.6",
+ "rimraf": "^2.6.2"
13
}
14
0 commit comments