Skip to content

Commit

Permalink
fix: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
trosck committed Jun 16, 2022
1 parent 6a37c1a commit 5d6661f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org/'

- name: 'install dependencies'
run: yarn --frozen-lockfile

- name: 'compile typescript'
run: yarn build

- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5d6661f

Please sign in to comment.