Skip to content

Commit 14771fa

Browse files
committed
Update build for release
1 parent 0b7089a commit 14771fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"package.json"
2020
],
2121
"dependencies": {
22-
"purescript-sets": "^1.0.0-rc.1"
22+
"purescript-sets": "^1.0.0"
2323
}
2424
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict"
5+
"build": "psa \"src/**/*.purs\" \"bower_components/purescript-*/src/**/*.purs\" --censor-lib --strict"
66
},
77
"devDependencies": {
88
"pulp": "^8.2.0",

0 commit comments

Comments
 (0)