mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +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",
|
"build": "vite build",
|
||||||
"serve": "php artisan serve",
|
"serve": "php artisan serve",
|
||||||
"watch": "vite build --watch",
|
"watch": "vite build --watch",
|
||||||
"serve-dev": "concurrently --raw npm:serve npm:dev",
|
"serve-dev": "concurrently --raw pnpm:serve pnpm:dev",
|
||||||
"serve-watch": "concurrently --raw npm:serve npm:watch",
|
"serve-watch": "concurrently --raw pnpm:serve pnpm:watch",
|
||||||
"preinstall": "npx only-allow pnpm"
|
"preinstall": "npx only-allow pnpm"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user