Adapt scripts to typescript

This commit is contained in:
Chocobozzz
2017-06-10 22:57:31 +02:00
parent 69818c9394
commit 75fb0c0b2e
7 changed files with 17 additions and 13 deletions

View File

@@ -17,8 +17,8 @@
"url": "git://github.com/Chocobozzz/PeerTube.git"
},
"scripts": {
"build": "npm run build:client:prod",
"build:client:dev": "scripty",
"build": "scripty",
"build:server:prod": "scripty",
"build:client:prod": "scripty",
"clean": "npm run clean:client",
"clean:client": "scripty",
@@ -30,12 +30,13 @@
"reset-password": "scripty",
"play": "scripty",
"dev": "scripty",
"start": "node server",
"start": "node dist/server",
"check": "scripty",
"upgrade": "scripty",
"update-host": "scripty",
"test": "scripty",
"help": "scripty",
"tsc": "tsc",
"postinstall": "cd client && yarn install"
},
"dependencies": {