Skip to content

Commit a053465

Browse files
committed
fix(Workflow): Fixed NPM release
1 parent 1db6026 commit a053465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build Project
1818
run : |
1919
npm ci
20-
npm run vite:build
20+
npm run build-only
2121
2222
- name: Build Sass
2323
uses: gha-utilities/sass-build@v0.5.1

0 commit comments

Comments
 (0)