Sfoglia il codice sorgente

ref: change watch cmd

Sven 1 anno fa
parent
commit
bda5099bb7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -5,7 +5,7 @@
   "main": "src/index.ts",
   "scripts": {
     "start": "tsc && node --enable-source-maps out/src/index.js",
-    "watch": "nodemon -e \"ts,d.ts\" -x \"npm start\""
+    "dev": "nodemon -e \"ts,d.ts\" -x \"npm start\""
   },
   "repository": {
     "type": "git",
@@ -61,4 +61,4 @@
     "ts-node": "^10.9.1",
     "tslib": "^2.4.0"
   }
-}
+}