Skip to content

Commit

Permalink
feat: add npm publish automation
Browse files Browse the repository at this point in the history
  • Loading branch information
luisorbaiceta committed Nov 21, 2021
1 parent 27f7a4e commit 1a926a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ jobs:
- name: Install dependencies
run: npm install
- name: "Run Test"
run: npm test
run: npm test
- name: "Pack files"
run: npm run prepublish
- uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
DEPLOY_DIR: dist

0 comments on commit 1a926a1

Please sign in to comment.