From: Chocobozzz Date: Sat, 30 Apr 2016 10:57:58 +0000 (+0200) Subject: Fix npm run clean X-Git-Tag: v0.0.1-alpha~968 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=031bde86e3a22f779d6ee8d50e4baaa4c008d487;p=github%2FChocobozzz%2FPeerTube.git Fix npm run clean --- diff --git a/package.json b/package.json index 32c0d31f6..85b383a69 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "build:client": "SCRIPTY_PARALLEL=true scripty", "build:client:sass": "scripty", "build:client:tsc": "scripty", - "clean": "SCRIPTY_PARALLEL=true scripty", + "clean": "npm run clean:client", "clean:client": "SCRIPTY_PARALLEL=true scripty", "clean:client:sass": "scripty", "clean:client:tsc": "scripty",