mac
"build": "npm run test:build && cd ../web && open . && (rm -rf static.zip || true) && zip -q -r static.zip static"
windows
"build": "npm run test:build && cd ../web && start . && (rm -rf static.zip || true) && zip -q -r static.zip static"