Skip to content

Commit b638bfa

Browse files
committed
wrench: change pkg scripts
1 parent 6b45bc7 commit b638bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"prepublishOnly": "npm run test",
88
"test": "jest",
99
"release": "micro-app release",
10-
"publish:alpha": "npm publish --tag alpha",
11-
"publish:next": "npm publish --tag next"
10+
"release:alpha": "npm run release -- --preRelease=alpha",
11+
"release:next": "npm run release -- --preRelease=next"
1212
},
1313
"files": [
1414
"src"

0 commit comments

Comments
 (0)