1
0
mirror of synced 2024-11-21 20:16:03 +03:00

fix deployment

This commit is contained in:
Alex Lushpai 2020-08-18 15:06:07 +03:00 committed by GitHub
commit 19f828cce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ jobs:
if: branch = master AND type = push AND fork = false if: branch = master AND type = push AND fork = false
- stage: npm deploy - stage: npm deploy
script: skip script: skip
before_deploy: npm run build
deploy: deploy:
provider: npm provider: npm
email: $NPM_EMAIL email: $NPM_EMAIL

View File

@ -7,7 +7,7 @@
"Bot", "Bot",
"Chat" "Chat"
], ],
"version": "1.0.3", "version": "1.0.4",
"scripts": { "scripts": {
"doc": "./node_modules/.bin/jsdoc lib/v1/client.js lib/consts.js -R README.md", "doc": "./node_modules/.bin/jsdoc lib/v1/client.js lib/consts.js -R README.md",
"build": "./node_modules/.bin/rollup -c", "build": "./node_modules/.bin/rollup -c",