Skip to content

Commit 1bfb306

Browse files
committed
change publish script to release
1 parent 8be87d8 commit 1bfb306

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "rollup -c",
99
"test": "echo \"Error: no test specified\"",
10-
"publish": "npm run build && np"
10+
"release": "npm run build && np"
1111
},
1212
"files": [
1313
"dist",

0 commit comments

Comments
 (0)