mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
more caching
This commit is contained in:
parent
7953ca0e72
commit
3f2a983c6e
10
circle.yml
10
circle.yml
@ -18,10 +18,18 @@ jobs:
|
|||||||
key: ionic-site
|
key: ionic-site
|
||||||
paths:
|
paths:
|
||||||
- ~/ionic-site/
|
- ~/ionic-site/
|
||||||
|
- restore_cache:
|
||||||
|
key: node_modules
|
||||||
- run:
|
- run:
|
||||||
name: Install node modules
|
name: Install node modules
|
||||||
command: npm i
|
command: npm i
|
||||||
- run: npm run lint
|
- save_cache:
|
||||||
|
key: node-modules-{{ checksum "package.json" }} # used cached node_modules if package.json didn't change
|
||||||
|
paths:
|
||||||
|
- ~/node_modules/
|
||||||
|
- run:
|
||||||
|
name: Run tslint
|
||||||
|
command: npm run lint
|
||||||
- run:
|
- run:
|
||||||
name: Update docs
|
name: Update docs
|
||||||
command: ./scripts/docs/update_docs.sh
|
command: ./scripts/docs/update_docs.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user