Upgraded the builder
This commit is contained in:
parent
9ac4e2d80c
commit
f5b9473e08
@ -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 }}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user