feat: wont fetch prompts in every building

This commit is contained in:
Yidadaa
2023-05-18 00:30:04 +08:00
parent 30676d118f
commit 93044590cc
4 changed files with 1166 additions and 11 deletions

View File

@@ -4,11 +4,11 @@
"private": false,
"license": "Anti 996",
"scripts": {
"dev": "yarn fetch && next dev",
"build": "yarn fetch && next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fetch": "node ./scripts/fetch-prompts.mjs",
"prompts": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"
},