0
mirror of https://github.com/valentineus/simple-container.git synced 2025-04-28 00:41:24 +03:00

Small edits of automatic publication

This commit is contained in:
Valentin Popov 2017-10-08 22:43:57 +04:00
parent 804a466b0a
commit 7f928222af

View File

@ -22,8 +22,7 @@ before_install:
- npm install --global codacy-coverage
install:
- npm install --only=production
- npm install --only=development
- npm install
script:
- npm run check
@ -40,9 +39,10 @@ jobs:
node_js: "8"
os: "linux"
before_deploy:
- npm install
- npm run build
deploy:
provider: npm
skip_cleanup: true
skip_cleanup: false
email: "info@valentineus.link"
api_key: $NPM_PROJECT_TOKEN