diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-10 22:57:31 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-10 22:57:31 +0200 |
commit | 75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42 (patch) | |
tree | ec2f38883fd53e7e2e2d451b9275ca984631c6c1 /package.json | |
parent | 69818c9394366b954b6ba3bd697bd9d2b09f2a16 (diff) | |
download | PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.gz PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.tar.zst PeerTube-75fb0c0b2efe7fb952d45d2bf111e9594f7d5b42.zip |
Adapt scripts to typescript
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 71cd789ba..3ee935572 100644 --- a/package.json +++ b/package.json | |||
@@ -17,8 +17,8 @@ | |||
17 | "url": "git://github.com/Chocobozzz/PeerTube.git" | 17 | "url": "git://github.com/Chocobozzz/PeerTube.git" |
18 | }, | 18 | }, |
19 | "scripts": { | 19 | "scripts": { |
20 | "build": "npm run build:client:prod", | 20 | "build": "scripty", |
21 | "build:client:dev": "scripty", | 21 | "build:server:prod": "scripty", |
22 | "build:client:prod": "scripty", | 22 | "build:client:prod": "scripty", |
23 | "clean": "npm run clean:client", | 23 | "clean": "npm run clean:client", |
24 | "clean:client": "scripty", | 24 | "clean:client": "scripty", |
@@ -30,12 +30,13 @@ | |||
30 | "reset-password": "scripty", | 30 | "reset-password": "scripty", |
31 | "play": "scripty", | 31 | "play": "scripty", |
32 | "dev": "scripty", | 32 | "dev": "scripty", |
33 | "start": "node server", | 33 | "start": "node dist/server", |
34 | "check": "scripty", | 34 | "check": "scripty", |
35 | "upgrade": "scripty", | 35 | "upgrade": "scripty", |
36 | "update-host": "scripty", | 36 | "update-host": "scripty", |
37 | "test": "scripty", | 37 | "test": "scripty", |
38 | "help": "scripty", | 38 | "help": "scripty", |
39 | "tsc": "tsc", | ||
39 | "postinstall": "cd client && yarn install" | 40 | "postinstall": "cd client && yarn install" |
40 | }, | 41 | }, |
41 | "dependencies": { | 42 | "dependencies": { |