Skip to content

Commit

Permalink
perf: log:tree for project
Browse files Browse the repository at this point in the history
  • Loading branch information
laoer536 committed Mar 24, 2024
1 parent 8241d75 commit 706db89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"prepare": "husky install",
"docker:build": "tsc && docker build -t docker-react .",
"docker:run": "docker rm -f docker-react && docker run --name docker-react -d -p 8082:8082 docker-react",
"release:local": "pnpm docker:build && pnpm docker:run"
"release:local": "pnpm docker:build && pnpm docker:run",
"log:tree": "tree -N -I \"node_modules|.git|.idea\" -a"
},
"dependencies": {
"axios": "^1.6.2",
Expand Down

0 comments on commit 706db89

Please sign in to comment.