From 322c90c985fb3364fac0d2c957b94d4594a0fd07 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Thu, 28 Dec 2023 21:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",