Skip to content

Commit

Permalink
Merge pull request #100 from etn-ccis/fix/test-publish-npm
Browse files Browse the repository at this point in the history
use npm run publish
  • Loading branch information
joebochill authored Apr 18, 2024
2 parents 7936909 + 4fc6d68 commit d9ff9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: yarn publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -b ${{env.BRANCH}}

0 comments on commit d9ff9c4

Please sign in to comment.