Skip to content

Commit

Permalink
add lock and build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Feb 1, 2024
1 parent feb7643 commit 5fd3904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5fd3904

Please sign in to comment.