Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
try without npx wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
avoonix committed Mar 2, 2024
1 parent 9ca0dc3 commit b2dccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"postinstall": "if [ $PREPARE_STICKER_WORKER ]; then npm run postinstall-worker; else echo no environment detected, please set PREPARE_STICKER_WORKER; fi",
"postinstall-worker": "npx pnpm install --ignore-scripts --store=node_modules/.pnpm-store && cd packages/sticker-worker && npx pnpm postinstall",
"build:cf-pages": "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm run --filter tg-sticker-creator --recursive build && npx pnpm run --filter frontend --recursive build"
"build:cf-pages": "pnpm run --filter tg-sticker-creator --recursive build && pnpm run --filter frontend --recursive build"
},
"dependencies": {
"pnpm": "^8.15.1"
Expand Down

0 comments on commit b2dccff

Please sign in to comment.