diff --git a/.drone.yml b/.drone.yml index 046b3ea..03cb73f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.gitignore b/.gitignore index e2dc8c7..d2adb1f 100644 --- a/.gitignore +++ b/.gitignore @@ -90,7 +90,6 @@ npm-debug.log npm-error.log yarn-debug.log yarn-error.log -.dockerignore .idea dist