Update package.json

This commit is contained in:
Daniel Hougaard
2024-07-02 04:12:46 +02:00
parent 39d09eea3d
commit a116fc2bf3

View File

@@ -26,7 +26,7 @@
},
"scripts": {
"binary:build": "npm run binary:clean && npm run build:frontend && npm run build && npm run binary:babel-frontend && npm run binary:babel-backend && npm run binary:rename-imports",
"binary:package": "pkg --no-bytecode --public-packages \"*\" --public --target node18-macos-arm64 .",
"binary:package": "pkg --no-bytecode --public-packages \"*\" --public --target host .",
"binary:babel-backend": " babel ./dist -d ./dist",
"binary:babel-frontend": "babel --copy-files ../frontend/.next/server -d ../frontend/.next/server",