Skip to content

Commit

Permalink
chore: add utility npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed May 5, 2024
1 parent 5324d83 commit a37f342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"docs:dev": "pnpm run --filter docs dev",
"docs:build": "pnpm run --filter docs build",
"docs:preview": "pnpm run --filter docs preview",
"chibivite:build": "pnpm run --filter chibivite build",
"playground:dev": "pnpm run --filter playground dev",
"format": "prettier --config .config/prettier.mjs --write --cache .",
"format:lint-staged": "prettier --config .config/prettier.mjs --write --cache",
"format:check": "prettier --config .config/prettier.mjs --check --cache .",
Expand Down

0 comments on commit a37f342

Please sign in to comment.