mirror of https://github.com/Chocobozzz/PeerTube
Fix npm run clean
parent
94171ec534
commit
031bde86e3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue