Skip to content

Commit ce13ea3

Browse files
committed
don't delete dist, only contents (for linked setups)
1 parent 94dab73 commit ce13ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"npm": ">= 3.0.0"
1515
},
1616
"scripts": {
17-
"clean": "rimraf out-tsc dist",
17+
"clean": "rimraf out-tsc dist/*",
1818
"prebuild": "npm run clean",
1919
"build": "node build.js",
2020
"build-demo": "tsc -p src/demo/",

0 commit comments

Comments
 (0)