Skip to content

Commit

Permalink
dont prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 20, 2023
1 parent d1b4030 commit e5f2ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:
- name: Debug Echo Version
run: echo ${{ env.VERSION }}

- name: NPM Install
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

# TODO NOT dry run
- name: Publish to NPM
run: npm publish --dry-run
Expand Down
7 changes: 0 additions & 7 deletions scripts/prepublish.sh

This file was deleted.

0 comments on commit e5f2ad9

Please sign in to comment.