Upgraded the builder

This commit is contained in:
2018-06-18 16:58:17 -04:00
parent 9ac4e2d80c
commit f5b9473e08
3 changed files with 7067 additions and 4 deletions

View File

@ -14,13 +14,20 @@ jobs:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- run:
name: Install
command: yarn
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: yarn
- run:
name: Build
command: yarn build-datatable
- save_cahce:
paths:
- dist/ng-datatable
key: v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}