Skip to content

Commit

Permalink
chore: publish on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 15, 2024
1 parent 3848900 commit dcfa265
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 @@ -31,7 +31,7 @@
],
"scripts": {
"compile": "father build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --branch=main",
"test": "npm run compile && npm run test:only",
"test:only": "node ./bin/rc-test.js"
},
Expand Down

0 comments on commit dcfa265

Please sign in to comment.