Skip to content

Commit e8f155a

Browse files
committed
Pulp-less build
1 parent c7e8806 commit e8f155a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
6-
"test": "pulp test"
5+
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict",
6+
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
77
},
88
"devDependencies": {
99
"jscs": "^2.8.0",
1010
"jshint": "^2.9.1",
11-
"pulp": "^8.2.0",
1211
"purescript-psa": "^0.3.8",
1312
"rimraf": "^2.5.0"
1413
}

0 commit comments

Comments
 (0)