Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore(travis): run linter on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 1, 2018
1 parent af92698 commit b024b5b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
build/
styleguide/
package.json
CHANGELOG.json
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

node_js:
- 8

script:
- yarn ci

notifications:
email: false

cache:
yarn: true
directories:
- "node_modules"
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"build:lib": "cross-env BABEL_ENV=lib babel --out-dir build src",
"build:rollup": "cross-env BABEL_ENV=rollup rollup -c",
"build:watch": "yarn build:lib --watch",
"ci": "yarn lint",
"deploy:docs": "firebase deploy",
"dev": "styleguidist server",
"lint": "eslint .",
"prebuild": "shx rm -rf dist/*",
"release": "standard-version && conventional-github-releaser -p angular && yarn build && yarn deploy:docs"
},
Expand Down

0 comments on commit b024b5b

Please sign in to comment.