Upgraded the builder

This commit is contained in:
Zakary Timson 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:
name: Build
command: yarn build-datatable
- run: yarn
- save_cahce:
paths:
- dist/ng-datatable
key: v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}

View File

@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-datatable": "ng build ng-datatable --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"

7055
yarn.lock Normal file

File diff suppressed because it is too large Load Diff