We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a74fef commit cf766e1Copy full SHA for cf766e1
docker-compose.yml
@@ -10,4 +10,4 @@ services:
10
- VITE_API=https://api.widgetify.ir
11
volumes:
12
- ./local_output:/app/.output
13
- command: /bin/bash -c "NODE_ENV=production npm run build:firefox && NODE_ENV=production npm run zip:firefox:clean"
+ command: /bin/bash -c "NODE_ENV=production && npm run zip && npm run build:firefox && NODE_ENV=production npm run zip:firefox:clean"
0 commit comments