Skip to content

Commit f076b24

Browse files
committed
Force add docs when updating version
1 parent 3dd1775 commit f076b24

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
"test": "eslint lib/ test/",
88
"lint-fix": "eslint --fix lib test",
99
"deploy-bitbucket": "gulp deploy:bitbucket",
10-
"version": "gulp update-version && git add docs lib/main.js",
10+
"version": "gulp update-version && git add -f docs lib/main.js",
1111
"prepublish": "gulp build-aequery"
1212
},
1313
"files": [

0 commit comments

Comments
 (0)