We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a34f12 commit edc6a6cCopy full SHA for edc6a6c
package.json
@@ -5,7 +5,7 @@
5
"clean": "rimraf dist",
6
"check": "eslint . --fix",
7
"prebuild": "npm run clean && npm run check",
8
- "build:watch": "concurrently \"tsc --watch\" \"node ./post-build.mjs\"",
+ "build:watch": "nodemon --watch src --ext ts --exec \"tsc && node ./post-build.mjs\"",
9
"build": "tsc && node ./post-build.mjs",
10
"pub": "PUBLISH=true pnpm run build",
11
"prepublish": "pnpm test",
@@ -51,7 +51,7 @@
51
"@types/react": "^18.3.3",
52
"@vitejs/plugin-react-swc": "^3.7.2",
53
"@vitest/coverage-istanbul": "^2.1.6",
54
- "concurrently": "^8.2.2",
+ "nodemon": "^3.1.0",
55
"eslint": "^8.57.0",
56
"js2me-eslint-config": "^1.0.6",
57
"js2me-exports-post-build-script": "^2.0.18",
0 commit comments