Commit 62562474 authored by fanxuehui's avatar fanxuehui

ci:

parent 6cfaecae
Pipeline #153739 failed with stage
in 16 seconds
image: node:10
tags:
- test
before_script:
- npm install
cache:
paths:
- node_modules/
publish:
stage: deploy
tags:
- test
only:
- tags
- triggers
script:
- npm install
- npm run build
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>~/.npmrc
- npm publish
\ No newline at end of file
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>./.npmrc
- npm publish
//registry.npm.taobao.org/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment