refs #4922 debian/rules use pnpm
This commit is contained in:
parent
fed067c533
commit
e7aebc371e
|
@ -10,9 +10,10 @@ clean:
|
||||||
dh_clean $@
|
dh_clean $@
|
||||||
|
|
||||||
build:
|
build:
|
||||||
npm install --no-audit --prefer-offline
|
corepack enable pnpm
|
||||||
npx quasar build
|
pnpm install --prefer-offline
|
||||||
|
pnpm exec quasar build
|
||||||
|
|
||||||
mkdir -p build-deps
|
mkdir -p build-deps
|
||||||
cp package.json package-lock.json build-deps
|
cp package.json build-deps
|
||||||
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)
|
(cd build-deps && npm install --omit=dev --no-audit --prefer-offline)
|
||||||
|
|
Loading…
Reference in New Issue