mirror of
https://github.com/valentineus/simple-container.git
synced 2025-04-29 00:51:25 +03:00
Small edits of automatic publication
This commit is contained in:
parent
804a466b0a
commit
7f928222af
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user