Update package.json

This commit is contained in:
Daniel Hougaard
2025-07-28 16:43:13 +04:00
parent 2a5593ea30
commit 8eebd7228f

View File

@@ -25,7 +25,6 @@
"outputPath": "binary"
},
"scripts": {
"preinstall": "npm-force-resolutions",
"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 host .",
"binary:babel-backend": " babel ./dist -d ./dist",