Have yarn clean also delete addon out/

This commit is contained in:
Daniel Imms
2019-06-23 13:10:37 -07:00
parent fb420d70e4
commit e10adaf3d2
+1 -1
View File
@@ -20,7 +20,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm run package",
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput",
"clean": "rm -rf lib out addons/*/lib"
"clean": "rm -rf lib out addons/*/lib addons/*/out"
},
"devDependencies": {
"@types/chai": "^3.4.34",