1
0
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:
Maicol Battistini 2021-12-29 13:24:33 +01:00
parent 7407a28fc4
commit 5845230c0b
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -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": {