Skip to content

Commit 6d7938d

Browse files
committed
Update build for release
1 parent db0b3d6 commit 6d7938d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-either": "^1.0.0-rc.1",
22-
"purescript-strings": "^1.0.0-rc.1",
23-
"purescript-unfoldable": "^1.0.0-rc.1"
21+
"purescript-either": "^1.0.0",
22+
"purescript-strings": "^1.0.0",
23+
"purescript-unfoldable": "^1.0.0"
2424
},
2525
"devDependencies": {
26-
"purescript-assert": "^1.0.0-rc.1",
27-
"purescript-console": "^1.0.0-rc.1"
26+
"purescript-assert": "^1.0.0",
27+
"purescript-console": "^1.0.0"
2828
}
2929
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict",
6-
"test": "pulp test"
5+
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict",
6+
"test": "psc \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" \"test/**/*.purs\" && psc-bundle \"output/**/*.js\" --module Test.Main --main Test.Main | node"
77
},
88
"devDependencies": {
99
"pulp": "^8.2.0",

0 commit comments

Comments
 (0)