Skip to content

Commit

Permalink
chore: adjust pkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Jan 17, 2024
1 parent bbf336a commit ff05817
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 @@ -34,7 +34,7 @@
"scripts": {
"clear": "rimraf lib && rimraf coverage",
"build": "pnpm clear && tsc -P tsconfig.json",
"publish": "pnpm build && pnpm publish .",
"release": "pnpm build && pnpm publish .",
"lint:prettier": "prettier --cache --check --ignore-path .gitignore --ignore-path .prettierignore .",
"prettier": "pnpm lint:prettier --write",
"prepare": "husky install",
Expand Down

0 comments on commit ff05817

Please sign in to comment.