Fix npm run clean

This commit is contained in:
Chocobozzz 2016-04-30 12:57:58 +02:00
parent 94171ec534
commit 031bde86e3

View File

@ -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",