We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce0f56 commit 2a0fbc2Copy full SHA for 2a0fbc2
package.json
@@ -26,6 +26,7 @@
26
"dev:website": "pnpm --filter website run dev",
27
"build:antd": "pnpm --filter @react-filter/antd run build",
28
"build:website": "pnpm --filter website run build",
29
+ "publish": "pnpm publish --filter @react-filter/antd --access=public",
30
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx . && stylelint \"**/*.{css,less}\" --fix",
31
"prettier": "prettier . --write",
32
"test": "jest"
0 commit comments