Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jul 13, 2016
1 parent 4cad6c9 commit d791ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/**/*.purs\" --censor-lib --strict"
"build": "pulp build --censor-lib --strict"
},
"devDependencies": {
"pulp": "^8.2.0",
"purescript-psa": "^0.3.8",
"pulp": "^9.0.1",
"purescript-psa": "^0.3.9",
"rimraf": "^2.5.0"
}
}

0 comments on commit d791ae8

Please sign in to comment.