mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-21 18:56:34 +00:00
Last bit of yarn bye
This commit is contained in:
parent
fc4df1c8bb
commit
ae45ddc30e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: npm ci
|
||||
- run: script/build
|
||||
- run: yarn prettier --check src
|
||||
- run: npm exec prettier --check src
|
||||
|
2
.github/workflows/npmpublish.yml
vendored
2
.github/workflows/npmpublish.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
with:
|
||||
node-version: 14
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: npm ci
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user