Skip to content

Commit

Permalink
fix np branch
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 10, 2023
1 parent 835a008 commit 26e2520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"start": "dumi dev",
"build": "dumi build",
"compile": "father build",
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch 14.1.x",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
"test": "rc-test",
"tsc": "tsc --noEmit",
Expand Down

0 comments on commit 26e2520

Please sign in to comment.