Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit dbd6c4a

Browse files
committed
Stricter build
1 parent 3184afe commit dbd6c4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "jshint src && jscs src && pulp build"
5+
"build": "jshint src && jscs src && pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
88
"jscs": "^2.8.0",
99
"jshint": "^2.9.1",
1010
"pulp": "^8.2.0",
11+
"purescript-psa": "^0.3.8",
1112
"rimraf": "^2.5.0"
1213
}
1314
}

0 commit comments

Comments
 (0)