We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb90b5 commit 430fe39Copy full SHA for 430fe39
package.json
@@ -20,11 +20,10 @@
20
"watch": "nodemon index.js",
21
"build": "node build.mjs",
22
"build:ts": "tsc",
23
- "watch:ts": "node watch.mjs",
24
"watch:cloud-sync": "node watch-cloud.mjs",
25
"build:cloud": "tsc --project tsconfig.json",
26
"clean:cloud": "rimraf ./cloud/**/*",
27
- "dev": "concurrently \"npm run watch:cloud-sync\" \"npm run watch:ts\" \"npm run watch\"",
+ "dev": "concurrently \"npm run watch:cloud-sync\" \"npm run watch\"",
28
"build:cloud-sync": "npm run clean:cloud && npm run build:cloud"
29
},
30
"dependencies": {
watch.mjs
0 commit comments