dist-artifact
This commit is contained in:
		@@ -13,10 +13,11 @@ install_dependencies:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - npm install
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - node_modules/
 | 
			
		||||
 | 
			
		||||
babel_compile:
 | 
			
		||||
  stage: babel
 | 
			
		||||
  script: npm run build
 | 
			
		||||
  script: npm run build
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - dist/
 | 
			
		||||
    expire_in: 1 week
 | 
			
		||||
		Reference in New Issue
	
	Block a user