Skip to content

Commit

Permalink
Merge pull request #58 from paf31/use-pulp-9
Browse files Browse the repository at this point in the history
Use Pulp 9 for CI build
  • Loading branch information
jdegoes committed Jun 5, 2016
2 parents 1dd099e + ddc8da4 commit 4ab4eb7
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 4ab4eb7

Please sign in to comment.