Skip to content

Commit

Permalink
Use Pulp 9 for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Jun 5, 2016
1 parent 1dd099e commit ddc8da4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\"",
"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",
"test": "pulp test"
},
"devDependencies": {
"purescript": "^0.9.1-rc.1",
"pulp": "^9.0.0",
"rimraf": "^2.5.2"
}
}

0 comments on commit ddc8da4

Please sign in to comment.