Procházet zdrojové kódy

ref: change watch cmd

Sven před 1 rokem
rodič
revize
bda5099bb7
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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"
   }
-}
+}