Skip to content

Commit

Permalink
remove build dist from workflow for now
Browse files Browse the repository at this point in the history
  • Loading branch information
microchipgnu committed Apr 13, 2021
1 parent 0b97dbd commit f1b7a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- run: npm version ${{ github.event.release.tag_name }}

- run: npm run build && npm run dist
- run: npm run build

# - run: npm run dist

# - run: npm test

Expand Down

0 comments on commit f1b7a98

Please sign in to comment.