Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Dec 2, 2023
1 parent 677c3ab commit a3c152f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Run Package Script
- name: Run npm build
run: npm run build

- name: Run npm package
run: npm run package

- name: Extract Version from package.json
Expand Down

0 comments on commit a3c152f

Please sign in to comment.