We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e8806 commit e8f155aCopy full SHA for e8f155a
package.json
@@ -2,13 +2,12 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && pulp build --censor-lib --strict",
6
- "test": "pulp test"
+ "build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict",
+ "test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
7
},
8
"devDependencies": {
9
"jscs": "^2.8.0",
10
"jshint": "^2.9.1",
11
- "pulp": "^8.2.0",
12
"purescript-psa": "^0.3.8",
13
"rimraf": "^2.5.0"
14
}
0 commit comments