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:
parent
804a466b0a
commit
7f928222af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user