This commit is contained in:
@@ -12,6 +12,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install -g pnpm
|
- npm install -g pnpm
|
||||||
- apk add --no-cache jq
|
- apk add --no-cache jq
|
||||||
- echo -e "//npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
- echo -e "//https://npm.cerxes.net/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||||
|
- cat ~/.npmrc
|
||||||
|
- npm profile get name --registry https://npm.cerxes.net
|
||||||
- pnpm install
|
- pnpm install
|
||||||
- pnpm publish --tag latest
|
- pnpm publish --tag latest
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -90,7 +90,6 @@ npm-debug.log
|
|||||||
npm-error.log
|
npm-error.log
|
||||||
yarn-debug.log
|
yarn-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.dockerignore
|
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
dist
|
dist
|
||||||
|
|||||||
Reference in New Issue
Block a user