-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to latest CircleCI node version. * Add mention of yarn. (#53) * Fix usage example in docs. (#52) * Switch to yarn and add lock file. * Bump version. * Update CircleCI config to use yarn. * Update changelog.
- Loading branch information
Showing
6 changed files
with
4,819 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,24 @@ general: | |
branches: | ||
ignore: | ||
- gh-pages | ||
dependencies: | ||
override: | ||
- yarn | ||
cache_directories: | ||
- ~/.cache/yarn | ||
machine: | ||
environment: | ||
USER_NAME: odub | ||
USER_EMAIL: [email protected] | ||
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" | ||
node: | ||
version: 4.2.2 | ||
version: 8.2.0 | ||
test: | ||
override: | ||
- npm run build | ||
- npm run lint | ||
- npm run test | ||
- npm run docs:build | ||
- yarn run build | ||
- yarn run lint | ||
- yarn run test | ||
- yarn run docs:build | ||
deployment: | ||
production: | ||
branch: master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.