Skip to content

Commit 1d06913

Browse files
committed
chore: fix np branch
1 parent 5fb3005 commit 1d06913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:deploy": "gh-pages -d .doc",
3434
"compile": "father build && lessc assets/index.less assets/index.css",
3535
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
36-
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch rc-input@1.x",
36+
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch antd-5.x",
3737
"postpublish": "npm run gh-pages",
3838
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3939
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",

0 commit comments

Comments
 (0)