Skip to content

Commit 248968d

Browse files
authored
PNPM (#30)
* Delete package-lock.json * Create pnpm-lock.yaml * Update NPM dependencies * Update composer.json
1 parent 7385a28 commit 248968d

File tree

4 files changed

+907
-1010
lines changed

4 files changed

+907
-1010
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"build:dev": [
4949
"composer install",
5050
"php artisan migrate:fresh --seed",
51-
"npm install",
52-
"npm run build"
51+
"pnpm install --node-linker=hoisted",
52+
"pnpm run build"
5353
],
5454
"build:prod": [
5555
"composer install --no-interaction --prefer-dist --optimize-autoloader",
5656
"php artisan migrate --force",
57-
"npm install",
58-
"npm run build"
57+
"pnpm install --node-linker=hoisted",
58+
"pnpm run build"
5959
],
6060
"lint": [
6161
"./vendor/bin/pint --test"

0 commit comments

Comments
 (0)