Skip to content

Commit b932b9c

Browse files
committed
Fix release script
1 parent a7e8eec commit b932b9c

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
@@ -20,7 +20,7 @@
2020
],
2121
"scripts": {
2222
"test": "echo \"Error: no test specified\" && exit 0",
23-
"publish": "np",
23+
"release": "np",
2424
"build-example": "cd example && tsc --build"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)