File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ install:
1111 - chmod a+x $HOME/purescript
1212 - npm install -g bower
1313 - npm install
14- - bower install
1514script :
16- - npm run build
17- - npm test
15+ - bower install --production
16+ - npm run -s build
17+ - bower install
18+ - npm -s test
1819after_success :
1920- >-
2021 test $TRAVIS_TAG &&
Original file line number Diff line number Diff line change 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 "test" : " pulp test"
77 },
88 "devDependencies" : {
99 "jscs" : " ^2.8.0" ,
1010 "jshint" : " ^2.9.1" ,
1111 "pulp" : " ^8.2.0" ,
12+ "purescript-psa" : " ^0.3.8" ,
1213 "rimraf" : " ^2.5.0"
1314 }
1415}
You can’t perform that action at this time.
0 commit comments