We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd3d3d commit 97096c7Copy full SHA for 97096c7
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- npm install
14
- bower install
15
script:
16
- - npm run build
+ - npm run -s build
17
after_success:
18
- >-
19
test $TRAVIS_TAG &&
package.json
@@ -2,10 +2,11 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "pulp build"
+ "build": "pulp build --censor-lib --strict"
6
},
7
"devDependencies": {
8
"pulp": "^8.2.0",
9
+ "purescript-psa": "^0.3.8",
10
"rimraf": "^2.5.0"
11
}
12
0 commit comments