Skip to content

Commit 1cabc56

Browse files
author
scottrippey
committed
chore(changesets): added release script
1 parent 028c49e commit 1cabc56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"clean": "rimraf dist",
3434
"build:watch": "npm run build -- --watch",
3535
"prepublishOnly": "npm run build",
36-
"preversion": "npm run checks"
36+
"preversion": "npm run checks",
37+
"release": "changeset publish"
3738
},
3839
"repository": {
3940
"type": "git",

0 commit comments

Comments
 (0)