Skip to content

Commit

Permalink
Do not lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Sep 15, 2019
1 parent 9a36121 commit d3b47c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ node_js:
- "11"
- "12"
script:
- npm run check
- npm run ci
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -49,6 +49,7 @@
"lint": "eslint ./src/ ./test/",
"prebuild": "rm -rf ./dist/*",
"build": "npm run minify",
"ci": "npm run test",
"check": "npm run test && npm run lint",
"minify": "mkdirp ./dist/ && uglifyjs src/stampit.js -c collapse_vars,evaluate=false,screw_ie8,unsafe,loops=false,keep_fargs=false,pure_getters,unused,dead_code,keep_fnames=[\"'stampit','Stamp'\"] -m --reserved stampit,Stamp -o dist/stampit.min.js",
"preversion": "npm run check",
Expand Down

0 comments on commit d3b47c0

Please sign in to comment.