Skip to content

Commit 4ab4eb7

Browse files
committed
Merge pull request #58 from paf31/use-pulp-9
Use Pulp 9 for CI build
2 parents 1dd099e + ddc8da4 commit 4ab4eb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\"",
6-
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
5+
"build": "pulp build",
6+
"test": "pulp test"
77
},
88
"devDependencies": {
99
"purescript": "^0.9.1-rc.1",
10+
"pulp": "^9.0.0",
1011
"rimraf": "^2.5.2"
1112
}
1213
}

0 commit comments

Comments
 (0)