ci: remove build step from npm publishing workflow
Some checks failed
Publish to npm / publish (push) Failing after 21s
Some checks failed
Publish to npm / publish (push) Failing after 21s
This commit is contained in:
parent
3fb6debe41
commit
79256774e2
|
@ -22,9 +22,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build project
|
|
||||||
run: npm run build
|
|
||||||
|
|
||||||
- name: Publish to npm
|
- name: Publish to npm
|
||||||
run: npm publish
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user