Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 23, 2025
1 parent 6c07cc8 commit e0190cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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

0 comments on commit e0190cf

Please sign in to comment.