(dev-mode) devモードの改善 (#12639)

* fix dev-mode

* fix dev-mode

* fix dev-mode

* fix dev-mode

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
おさむのひと 2023-12-14 20:16:02 +09:00 committed by GitHub
parent a2a6a94614
commit 386fcedf35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 146 additions and 37 deletions

View file

@ -2,7 +2,7 @@
"name": "sw",
"private": true,
"scripts": {
"watch": "node build.js watch",
"watch": "nodemon -w ../../package.json -e json --exec \"node build.js watch\"",
"build": "node build.js",
"typecheck": "tsc --noEmit",
"eslint": "eslint --quiet src/**/*.ts",
@ -18,6 +18,7 @@
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"nodemon": "3.0.2",
"typescript": "5.3.3"
},
"type": "module"