Skip to content

Commit

Permalink
chore: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wood3n committed Mar 12, 2024
1 parent 8ce0f56 commit 2a0fbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dev:website": "pnpm --filter website run dev",
"build:antd": "pnpm --filter @react-filter/antd run build",
"build:website": "pnpm --filter website run build",
"publish": "pnpm publish --filter @react-filter/antd --access=public",
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx . && stylelint \"**/*.{css,less}\" --fix",
"prettier": "prettier . --write",
"test": "jest"
Expand Down

0 comments on commit 2a0fbc2

Please sign in to comment.