projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94171ec
)
Fix npm run clean
author
Chocobozzz
<florian.bigard@gmail.com>
Sat, 30 Apr 2016 10:57:58 +0000
(12:57 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Sat, 30 Apr 2016 10:57:58 +0000
(12:57 +0200)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 32c0d31f6ff89a6f7ba956eadbc7be2bc7996bf7..85b383a69c6409b5c1ee404434ea4858f31b6d65 100644
(file)
--- 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",