Update build script to use pnpm instead of npm for building the app
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
set -euo pipefail
|
||||
|
||||
echo "Building app..."
|
||||
VITE_APP_VERSION=$(node -p "require('./package.json').version") npm run build
|
||||
VITE_APP_VERSION=$(node -p "require('./package.json').version") pnpm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user