mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 15:27:43 +01:00
perf(scripts): ⚡ Usa PNPM invece di NPM
This commit is contained in:
parent
7407a28fc4
commit
5845230c0b
@ -8,8 +8,8 @@
|
||||
"build": "vite build",
|
||||
"serve": "php artisan serve",
|
||||
"watch": "vite build --watch",
|
||||
"serve-dev": "concurrently --raw npm:serve npm:dev",
|
||||
"serve-watch": "concurrently --raw npm:serve npm:watch",
|
||||
"serve-dev": "concurrently --raw pnpm:serve pnpm:dev",
|
||||
"serve-watch": "concurrently --raw pnpm:serve pnpm:watch",
|
||||
"preinstall": "npx only-allow pnpm"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user