generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update build scripts to use production build
Switch from using `yarn run build` to `yarn run build:prod` in both release and test workflows to ensure production builds are consistently used, improving performance and reliability in deployment and testing processes.
- Loading branch information
1 parent
b7c739d
commit 3d088d7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ jobs: | |
run: yarn run lint | ||
|
||
- name: Run Build | ||
run: yarn run build | ||
run: yarn run build:prod |