mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-07 21:30:16 +03:00
Fix build script when publishing to npm (#8589)
This commit is contained in:
parent
8d05c7111b
commit
3c5db40103
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
|||||||
strict: true
|
strict: true
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
|
- name: Build NodeJS package
|
||||||
|
run: npm run build
|
||||||
- name: Deploy to NPM
|
- name: Deploy to NPM
|
||||||
uses: JS-DevTools/npm-publish@v2
|
uses: JS-DevTools/npm-publish@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user