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-{{ checksum "package.json" }}
- v1-dependencies- - v1-dependencies-
- run: yarn install - run:
name: Install
command: yarn
- save_cache: - save_cache:
paths: paths:
- node_modules - node_modules
key: v1-dependencies-{{ checksum "package.json" }} key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test - run:
name: Build
- run: yarn command: yarn build-datatable
- save_cahce:
paths:
- dist/ng-datatable
key: v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}

View File

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

7055
yarn.lock Normal file

File diff suppressed because it is too large Load Diff