diff --git a/package.json b/package.json index 394b756..2c3bf4b 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,11 @@ }, "main": "index.js", "scripts": { - "dev": "npm run watch", "build": "tsc && gulp build:icons", + "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "tslint -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js ./nodes", - "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js --fix ./nodes", - "watch": "tsc --watch" + "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js --fix ./nodes" }, "files": [ "dist"