mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Adapt scripts to typescript
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user