Skip to content

Commit

Permalink
add prepare npm-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 27, 2024
1 parent 86f7dde commit b769c03
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 @@ -44,7 +44,8 @@
"doc:build": "pnpm --filter ./website build",
"doc:serve": "pnpm --filter ./website serve",
"doc:update-credits": "pnpm --filter ./website update-credits",
"update-contributors": "ts-node ./scripts/update-contributors.ts"
"update-contributors": "ts-node ./scripts/update-contributors.ts",
"prepare": "run-s build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b769c03

Please sign in to comment.