Skip to content

Commit

Permalink
#6: fix npm publish workflow (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Egor Fedoseev <[email protected]>
  • Loading branch information
egor-progger and egor-progger authored Mar 21, 2024
1 parent ad024ac commit ff3a9d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test
- run: npm run clean
- run: npm run build
- run: npm run copy-css-to-es
- run: npm run copy-css-to-lib

publish-npm:
needs: build
Expand Down

0 comments on commit ff3a9d8

Please sign in to comment.