Skip to content

Commit

Permalink
add middin build command
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 15, 2025
1 parent c775427 commit 57b9143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> .npmrc

- name: Install Dependencies
run: npm ci && npm run
run: npm ci && npm run build

- name: Publish
run: npm publish
Expand Down

0 comments on commit 57b9143

Please sign in to comment.