Skip to content

Commit 990d7d5

Browse files
committed
chore(release): build files during post bump
1 parent 83342c0 commit 990d7d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"url": "git+https://github.com/Johann-S/bs-custom-file-input.git"
4646
},
4747
"license": "MIT",
48+
"standard-version": {
49+
"scripts": {
50+
"postbump": "npm run build && git add ./dist/"
51+
}
52+
},
4853
"dependencies": {},
4954
"devDependencies": {
5055
"@babel/core": "^7.1.6",

0 commit comments

Comments
 (0)