aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-30 12:57:58 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-30 12:57:58 +0200
commit031bde86e3a22f779d6ee8d50e4baaa4c008d487 (patch)
tree219bbb542b1f8969d20cdf36f694f973ff58af91
parent94171ec534262bdedeac1b42ce2a6964e88e37e2 (diff)
downloadPeerTube-031bde86e3a22f779d6ee8d50e4baaa4c008d487.tar.gz
PeerTube-031bde86e3a22f779d6ee8d50e4baaa4c008d487.tar.zst
PeerTube-031bde86e3a22f779d6ee8d50e4baaa4c008d487.zip
Fix npm run clean
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 32c0d31f6..85b383a69 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
21 "build:client": "SCRIPTY_PARALLEL=true scripty", 21 "build:client": "SCRIPTY_PARALLEL=true scripty",
22 "build:client:sass": "scripty", 22 "build:client:sass": "scripty",
23 "build:client:tsc": "scripty", 23 "build:client:tsc": "scripty",
24 "clean": "SCRIPTY_PARALLEL=true scripty", 24 "clean": "npm run clean:client",
25 "clean:client": "SCRIPTY_PARALLEL=true scripty", 25 "clean:client": "SCRIPTY_PARALLEL=true scripty",
26 "clean:client:sass": "scripty", 26 "clean:client:sass": "scripty",
27 "clean:client:tsc": "scripty", 27 "clean:client:tsc": "scripty",