Skip to content

Commit

Permalink
fix: 修复打包命令目录错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Dec 21, 2024
1 parent 5133a22 commit a7ee22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "pnpm run -C lib build",
"dev": "pnpm run -C lib dev",
"predev": "node scripts/dev.js",
"build:docs": "pnpm run -C lib build",
"build:docs": "pnpm run -C docs docs:build",
"eslint": "eslint --ext .ts,.tsx,.jsx,.js,.vue --ignore-path .gitignore --fix src",
"prettier": "prettier --write .",
"prepare": "husky install",
Expand Down

0 comments on commit a7ee22a

Please sign in to comment.