Fix package.json scripts

This commit is contained in:
Chocobozzz 2018-01-26 09:50:43 +01:00
parent 90dea7dc98
commit f96d1df329
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -28,17 +28,17 @@
"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",