Skip to content

Commit ccd9cde

Browse files
committed
fixing release
1 parent 94d3047 commit ccd9cde

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
@@ -11,7 +11,7 @@
1111
"release:patch": "npm version patch && npm publish",
1212
"release:minor": "npm version minor && npm publish",
1313
"release:major": "npm version major && npm publish",
14-
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/"
14+
"version": "git commit -am \"Update dist for release\" && git checkout -b release"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)