diff --git a/package.json b/package.json index 5a3e0ea..3fed371 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ ], "scripts": { "build": "father build", + "build:watch": "father dev", "ci": "npm run lint && npm run type-check && npm run doctor", - "devs": "father dev", "doctor": "father doctor", "lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix", "lint:md": "remark . --quiet --frail --output",