mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02: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
|
||||
- name: Install dependencies
|
||||
run: npm i
|
||||
- name: Build NodeJS package
|
||||
run: npm run build
|
||||
- name: Deploy to NPM
|
||||
uses: JS-DevTools/npm-publish@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user