Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Update build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jun 1, 2016
1 parent 113ee39 commit d979b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -17,7 +17,7 @@
"package.json"
],
"devDependencies": {
"purescript-assert": "^1.0.0-rc.1",
"purescript-console": "^1.0.0-rc.1"
"purescript-assert": "^1.0.0",
"purescript-console": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "jshint src && jscs src && pulp build --censor-lib --strict",
"test": "pulp test"
"build": "jshint src && jscs src && psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
},
"devDependencies": {
"jscs": "^2.8.0",
Expand Down

0 comments on commit d979b40

Please sign in to comment.