Skip to content

Commit 2a0fbc2

Browse files
committed
chore: add scripts
1 parent 8ce0f56 commit 2a0fbc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dev:website": "pnpm --filter website run dev",
2727
"build:antd": "pnpm --filter @react-filter/antd run build",
2828
"build:website": "pnpm --filter website run build",
29+
"publish": "pnpm publish --filter @react-filter/antd --access=public",
2930
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx . && stylelint \"**/*.{css,less}\" --fix",
3031
"prettier": "prettier . --write",
3132
"test": "jest"

0 commit comments

Comments
 (0)