Updated circle-ci
This commit is contained in:
		@@ -2,7 +2,7 @@ version: 2
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
    build:
 | 
					    build:
 | 
				
			||||||
        docker:
 | 
					        docker:
 | 
				
			||||||
        - image: circleci/node:10.4-browsers
 | 
					        - image: circleci/node:14.4-browsers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        working_directory: ~/repo
 | 
					        working_directory: ~/repo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -26,8 +26,8 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            - run:
 | 
					            - run:
 | 
				
			||||||
                  name: Build
 | 
					                  name: Build
 | 
				
			||||||
                  command: yarn build
 | 
					                  command: npm run build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            - run:
 | 
					            - run:
 | 
				
			||||||
                  name: Deploy
 | 
					                  name: Deploy
 | 
				
			||||||
                  command: yarn deploy
 | 
					                  command: npm run deploy
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user