build: add `dev-win` script for skipping NODE_OPTIONS on Windows

pull/183/head
tycrek 1 year ago
parent 9b0c726b22
commit 578d33163c
No known key found for this signature in database
GPG Key ID: FF8A54DCE404885A

@ -9,6 +9,7 @@
},
"scripts": {
"dev": "npm run build && npm start",
"dev-win": "npm run build-skip-options && npm run start",
"build": "NODE_OPTIONS=\"--max-old-space-size=1024\" tsc",
"build-skip-options": "tsc",
"start": "node dist/ass.js",

Loading…
Cancel
Save