add production=false install npm dependencies
Some checks failed
Publish NPM Package / Publish Job (push) Failing after 1m32s
Some checks failed
Publish NPM Package / Publish Job (push) Failing after 1m32s
This commit is contained in:
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile --production=false
|
||||||
|
|
||||||
- name: Generate TS Protobuf
|
- name: Generate TS Protobuf
|
||||||
run: yarn run generate
|
run: yarn run generate
|
||||||
|
|||||||
Reference in New Issue
Block a user