Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
removed build from test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed Jul 21, 2023
1 parent cc65216 commit efd83b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: 📥 Install Dependencies
run: npm install

- name: 🛠️ Build
run: npm run types && npm run build

- name: 🧑‍🔬 Tests
run: npm run test
Expand Down Expand Up @@ -55,6 +52,3 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# uses: JS-DevTools/npm-publish@v1
# with:
# token: ${{ secrets.NPM_TOKEN }}

0 comments on commit efd83b6

Please sign in to comment.