Drone CI (attempted fix)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Miel Truyen 2023-04-18 22:56:12 +02:00
parent 18f03b8773
commit 87ae0cfe67
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,8 @@ steps:
commands:
- npm install -g pnpm
- 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 publish --tag latest

1
.gitignore vendored
View File

@ -90,7 +90,6 @@ npm-debug.log
npm-error.log
yarn-debug.log
yarn-error.log
.dockerignore
.idea
dist