Skip to content

Commit

Permalink
chore: yarn commands cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Oct 25, 2023
1 parent a9fab8d commit 2004c74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@
"use-immer": "^0.6.0"
},
"scripts": {
"predev": "node scripts/buildChainList",
"dev": "yarn predev && (local-ssl-proxy --source 3443 --target 3000) & next",
"dev": "yarn prebuild && (local-ssl-proxy --source 3443 --target 3000) & next",
"prebuild": "node scripts/buildChainList",
"build": "yarn prebuild && next build && next export",
"prod": "next start",
"push": "yarn build && (git add -A ; git commit -m $MSG ; git push -f origin main)"
"start": "next start"
},
"devDependencies": {
"@types/md5": "^2.3.1",
Expand Down

0 comments on commit 2004c74

Please sign in to comment.