fix: posix compliant command (#17264)

pull/17274/head
martin 2025-03-31 22:35:02 +07:00 committed by GitHub
parent 186c573565
commit 68e24ad168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@
"sync:open-api": "node ./dist/bin/sync-open-api.js",
"sync:sql": "node ./dist/bin/sync-sql.js",
"email:dev": "email dev -p 3050 --dir src/emails",
"postinstall": "[[ \"$npm_config_global\" != \"true\" ]] && patch-package || true"
"postinstall": "[ \"$npm_config_global\" != \"true\" ] && patch-package || true"
},
"dependencies": {
"@nestjs/bullmq": "^11.0.1",