update reorder package.json,

This commit is contained in:
louiscklaw
2025-04-17 05:25:54 +08:00
parent b322597138
commit e552ba1e4b

View File

@@ -20,8 +20,8 @@
"format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
"format:fix": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx}\" --cache",
"test": "jest --watch",
"update_doc:w": "pnpx nodemon --ext md --exec \"pnpm run update_doc\"",
"update_doc": "cd 001_documentation/Requirements && node update_req_index.js",
"update_doc:w": "pnpx nodemon --ext md --exec \"pnpm run update_doc\"",
"update_repomix": "npx repomix",
"update_repomix:w": "pnpx nodemon --delay 3 --exec \"pnpx repomix\"",
"clean": "rm -rf node_modules && rm -rf .next"