Skip to content

Commit

Permalink
Update Vite dependencies (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Jan 23, 2025
1 parent 90abbfb commit d5dbd9c
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 35 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
"prepare": "@php vendor/bin/testbench package:discover --ansi",
"build": "@php vendor/bin/testbench workbench:build --ansi",
"build:assets": [
"npm ci",
"npm run build"
],
"build:dev-assets": [
"npm ci",
"npm run dev"
],
"serve": [
"Composer\\Config::disableProcessTimeout",
"@build",
Expand Down
Loading

0 comments on commit d5dbd9c

Please sign in to comment.