Minor changes to running in dev mode.

This commit is contained in:
Greg L
2023-12-05 18:05:38 -05:00
parent 0ad9b9ae3d
commit 53c330a53b
4 changed files with 8 additions and 4 deletions
+3 -2
View File
@@ -6,7 +6,8 @@
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc && gulp",
"dev": "tsc --watch",
"dev:gulp": "gulp",
"dev": "tsc-watch --noClear -p ./tsconfig.json --onSuccess \"pnpm dev:gulp\"",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"clean": "rimraf dist",
"nuke": "rimraf dist node_modules"
@@ -103,8 +104,8 @@
"eslint-plugin-react-hooks": "^4.6.0",
"gulp": "^4.0.2",
"rimraf": "^5.0.5",
"tsc-watch": "^6.0.4",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "^4.8.4"
}
}