Skip to content

Commit b17951c

Browse files
committed
chore: update publish script
1 parent 5fdff89 commit b17951c

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
@@ -30,7 +30,7 @@
3030
"docs:deploy": "gh-pages -d .doc",
3131
"compile": "father build",
3232
"gh-pages": "npm run docs:build && npm run docs:deploy",
33-
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch=next --tag=next",
33+
"prepublishOnly": "npm run compile && np --yolo --no-publish",
3434
"postpublish": "npm run gh-pages",
3535
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3636
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",

0 commit comments

Comments
 (0)