forked from vitejs/vite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update * update * update * update * update justfile * alias plugin * update plugin config * update plugin config * update plugin config * update config * update config * update config * chore: 🤖 enable more plugin
- Loading branch information
1 parent
5f1136e
commit fe71cbc
Showing
3 changed files
with
70 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
build-vite: | ||
pnpm --filter vite run build-bundle | ||
|
||
test-serve: | ||
pnpm run test-serve | ||
|
||
test-build: | ||
pnpm run test-build | ||
|
||
test: test-serve test-build | ||
|
||
fmt: | ||
pnpm --filter vite run format |
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