diff --git a/.travis.yml b/.travis.yml index 48c3165..f9843c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - npm install - bower install script: - - npm run build + - npm run -s build after_success: - >- test $TRAVIS_TAG && diff --git a/package.json b/package.json index ec025c1..83e0ba0 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,11 @@ "private": true, "scripts": { "clean": "rimraf output && rimraf .pulp-cache", - "build": "pulp build" + "build": "pulp build --censor-lib --strict" }, "devDependencies": { "pulp": "^8.2.0", + "purescript-psa": "^0.3.8", "rimraf": "^2.5.0" } }