Skip to content

Commit

Permalink
Hot fix, npm run build instead of npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 20, 2023
1 parent 4f2b896 commit 96ac03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: npm ci

- name: Build depedencies
run: npm build
run: npm run build

- name: Publish package
run: npm publish
Expand Down

0 comments on commit 96ac03b

Please sign in to comment.