0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(cloud): add prepack script

This commit is contained in:
Gao Sun 2023-06-12 21:51:31 +08:00
parent 0d510cf7a4
commit ff06ead917
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -21,6 +21,7 @@
"lint:report": "pnpm lint --format json --output-file report.json",
"dev": "rm -rf build/ && nodemon",
"start": "NODE_ENV=production node .",
"prepack": "pnpm build",
"test:only": "NODE_OPTIONS=\"--experimental-vm-modules --max_old_space_size=4096\" jest --logHeapUsage",
"test": "pnpm build:test && pnpm test:only",
"test:ci": "pnpm test:only --coverage --silent"