Upgraded the builder
This commit is contained in:
		@@ -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
 | 
				
			||||||
 | 
					          command: yarn build-datatable
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      - run: yarn 
 | 
					      - save_cahce:
 | 
				
			||||||
 | 
					          paths: 
 | 
				
			||||||
 | 
					            - dist/ng-datatable
 | 
				
			||||||
 | 
					          key: v1-dist-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user