Skip to content

Commit 430fe39

Browse files
committed
clean code
1 parent 2bb90b5 commit 430fe39

File tree

2 files changed

+1
-165
lines changed

2 files changed

+1
-165
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
"watch": "nodemon index.js",
2121
"build": "node build.mjs",
2222
"build:ts": "tsc",
23-
"watch:ts": "node watch.mjs",
2423
"watch:cloud-sync": "node watch-cloud.mjs",
2524
"build:cloud": "tsc --project tsconfig.json",
2625
"clean:cloud": "rimraf ./cloud/**/*",
27-
"dev": "concurrently \"npm run watch:cloud-sync\" \"npm run watch:ts\" \"npm run watch\"",
26+
"dev": "concurrently \"npm run watch:cloud-sync\" \"npm run watch\"",
2827
"build:cloud-sync": "npm run clean:cloud && npm run build:cloud"
2928
},
3029
"dependencies": {

watch.mjs

Lines changed: 0 additions & 163 deletions
This file was deleted.

0 commit comments

Comments
 (0)