"danger:clean:dev": "scripty",
"danger:clean:prod": "scripty",
"danger:clean:modules": "scripty",
- "reset-password": "ts-node ./scripts/reset-password.ts",
+ "reset-password": "node ./dist/scripts/reset-password.js",
"play": "scripty",
"dev": "scripty",
"dev:server": "scripty",
"dev:client": "scripty",
"start": "node dist/server",
- "update-host": "ts-node ./scripts/update-host.ts",
+ "update-host": "node ./dist/scripts/update-host.js",
"test": "scripty",
"help": "scripty",
"generate-api-doc": "scripty",
- "parse-log": "ts-node ./scripts/parse-log.ts",
+ "parse-log": "node ./dist/scripts/parse-log.js",
"postinstall": "cd client && yarn install --pure-lockfile",
"tsc": "tsc",
"spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",