mirror of
				https://github.com/valentineus/simple-container.git
				synced 2025-11-04 00:39:44 +03:00 
			
		
		
		
	Small edits of automatic publication
This commit is contained in:
		@@ -22,8 +22,7 @@ before_install:
 | 
				
			|||||||
    - npm install --global codacy-coverage
 | 
					    - npm install --global codacy-coverage
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
    - npm install --only=production
 | 
					    - npm install
 | 
				
			||||||
    - npm install --only=development
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
    - npm run check
 | 
					    - npm run check
 | 
				
			||||||
@@ -40,9 +39,10 @@ jobs:
 | 
				
			|||||||
          node_js: "8"
 | 
					          node_js: "8"
 | 
				
			||||||
          os: "linux"
 | 
					          os: "linux"
 | 
				
			||||||
          before_deploy:
 | 
					          before_deploy:
 | 
				
			||||||
              - npm run build
 | 
					            - npm install
 | 
				
			||||||
 | 
					            - npm run build
 | 
				
			||||||
          deploy:
 | 
					          deploy:
 | 
				
			||||||
              provider: npm
 | 
					              provider: npm
 | 
				
			||||||
              skip_cleanup: true
 | 
					              skip_cleanup: false
 | 
				
			||||||
              email: "info@valentineus.link"
 | 
					              email: "info@valentineus.link"
 | 
				
			||||||
              api_key: $NPM_PROJECT_TOKEN
 | 
					              api_key: $NPM_PROJECT_TOKEN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user