test
This commit is contained in:
		@@ -2,6 +2,7 @@ image: node:latest
 | 
			
		||||
 | 
			
		||||
stages:
 | 
			
		||||
  - build
 | 
			
		||||
  - babel
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  paths:
 | 
			
		||||
@@ -14,4 +15,8 @@ install_dependencies:
 | 
			
		||||
    - npm install
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - node_modules/
 | 
			
		||||
      - node_modules/
 | 
			
		||||
 | 
			
		||||
babel_compile:
 | 
			
		||||
  stage: babel
 | 
			
		||||
  script: npm run build
 | 
			
		||||
		Reference in New Issue
	
	Block a user