Skip to content

Commit b79a4fc

Browse files
committed
replace npm-watch with plain old nodemon
1 parent 38844ea commit b79a4fc

File tree

2 files changed

+7
-51
lines changed

2 files changed

+7
-51
lines changed

packages/cli-v3/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/semver": "^7.3.13",
4646
"@types/ws": "^8.5.3",
4747
"cpy-cli": "^5.0.0",
48+
"nodemon": "^3.0.1",
4849
"npm-run-all": "^4.1.5",
49-
"npm-watch": "^0.11.0",
5050
"open": "^10.0.3",
5151
"p-retry": "^6.1.0",
5252
"rimraf": "^3.0.2",
@@ -56,9 +56,6 @@
5656
"vitest": "^0.34.4",
5757
"xdg-app-paths": "^8.3.0"
5858
},
59-
"watch": {
60-
"build:prod-containerfile": "src/Containerfile.prod"
61-
},
6259
"scripts": {
6360
"typecheck": "tsc -p tsconfig.check.json",
6461
"build": "npm run clean && run-p build:**",
@@ -68,7 +65,7 @@
6865
"dev": "npm run clean && run-p dev:**",
6966
"dev:main": "tsup --watch",
7067
"dev:workers": "tsup --config tsup.workers.config.ts --watch",
71-
"dev:prod-containerfile": "npm-watch",
68+
"dev:test": "nodemon -w src/Containerfile.prod -x npm run build:prod-containerfile",
7269
"clean": "rimraf dist",
7370
"start": "node dist/index.js",
7471
"test": "vitest"

pnpm-lock.yaml

Lines changed: 5 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)