mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 10:09:55 +00:00
Trying to publish with npm token 10
This commit is contained in:
parent
b554f18c87
commit
3614d8bd63
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -9,12 +9,12 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: yarn
|
- name: yarn
|
||||||
image: node:14-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
- name: yarn lint
|
- name: yarn lint
|
||||||
image: node:14-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ steps:
|
||||||
# ref:
|
# ref:
|
||||||
# - refs/tags/*
|
# - refs/tags/*
|
||||||
- name: npm publish
|
- name: npm publish
|
||||||
image: 17-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
|
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
|
||||||
- npm publish
|
- npm publish
|
||||||
|
@ -55,11 +55,11 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: yarn
|
- name: yarn
|
||||||
image: node:14-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
- name: yarn lint
|
- name: yarn lint
|
||||||
image: node:14-alpine
|
image: node:17-alpine
|
||||||
commands:
|
commands:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
Loading…
Reference in a new issue