Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maphel committed Sep 3, 2023
1 parent ca5ab11 commit d73c650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Build
run: yarn build

- name: Exclude source maps
run: rm -rf dist/**/*.map

- name: Publish to NPM
run: npm publish --access public
env:
Expand Down

0 comments on commit d73c650

Please sign in to comment.