Skip to content

Commit 515bb99

Browse files
committed
Update build for release
1 parent 2d0a471 commit 515bb99

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"package.json"
2525
],
2626
"dependencies": {
27-
"purescript-arrays": "^1.0.0-rc.5",
28-
"purescript-distributive": "^1.0.0-rc.1",
29-
"purescript-lazy": "^1.0.0-rc.1",
30-
"purescript-tailrec": "^1.0.0-rc.1",
31-
"purescript-unfoldable": "^1.0.0-rc.1"
27+
"purescript-arrays": "^1.0.0",
28+
"purescript-distributive": "^1.0.0",
29+
"purescript-lazy": "^1.0.0",
30+
"purescript-tailrec": "^1.0.0",
31+
"purescript-unfoldable": "^1.0.0"
3232
},
3333
"devDependencies": {
34-
"purescript-console": "^1.0.0-rc.1"
34+
"purescript-console": "^1.0.0"
3535
}
3636
}

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)