Skip to content

Commit f9fb066

Browse files
committed
add clean up to development mode
1 parent a932a1d commit f9fb066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build:ts": "tsc",
2323
"watch:cloud-sync": "node watch-cloud.mjs",
2424
"build:cloud": "tsc --project tsconfig.json",
25-
"clean:cloud": "rimraf ./cloud/**/*",
26-
"dev": "concurrently \"npm run watch:cloud-sync\" \"npm run watch\"",
25+
"clean:cloud": "rimraf \"./cloud\"",
26+
"dev": "npm run clean:cloud && concurrently \"npm run watch:cloud-sync\" \"npm run watch\"",
2727
"build:cloud-sync": "npm run clean:cloud && npm run build:cloud"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)