mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Have yarn clean also delete addon out/
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user