fix CI
This commit is contained in:
parent
5fda0ab204
commit
6419b3f162
2 changed files with 7 additions and 1 deletions
|
|
@ -25,6 +25,10 @@ build:
|
|||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- lib
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
|
@ -45,6 +49,8 @@ npm_publish:
|
|||
script:
|
||||
- npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
|
||||
- npm publish
|
||||
dependencies:
|
||||
- build
|
||||
|
||||
clean:
|
||||
when: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue