misswrote command

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2019-10-24 23:18:06 +02:00
parent 8866928585
commit ca109d8c02

View File

@ -23,7 +23,7 @@
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc --clean",
"build": "tsc --build --clean",
"clean": "rm *.js; rm *.d.ts; rm -r modules/; exit 0"
}
}