diff --git a/002_source/cms/package.json b/002_source/cms/package.json index b99eb2f..4fb3ca4 100644 --- a/002_source/cms/package.json +++ b/002_source/cms/package.json @@ -9,11 +9,11 @@ "scripts": { "dev": "rm -rf .next && next dev", "build": "next build", - "build:w": "pnpx nodemon --ext ts,tsx,json --delay 1 --exec \"pnpm run build\"", + "build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"", "start": "next start", "lint": "next lint --quiet", "lint:fix": "next lint --fix", - "lint:w": "pnpx nodemon --ext ts,tsx,json --delay 2 --exec \"pnpm run lint\"", + "lint:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 2 --exec \"pnpm run lint\"", "typecheck": "tsc --noEmit", "format:write": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache", "format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",