Skip to content

Commit 97096c7

Browse files
committed
Stricter build
1 parent 3dd3d3d commit 97096c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- npm install
1414
- bower install
1515
script:
16-
- npm run build
16+
- npm run -s build
1717
after_success:
1818
- >-
1919
test $TRAVIS_TAG &&

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build"
5+
"build": "pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
88
"pulp": "^8.2.0",
9+
"purescript-psa": "^0.3.8",
910
"rimraf": "^2.5.0"
1011
}
1112
}

0 commit comments

Comments
 (0)