Skip to content

Commit da508ad

Browse files
committed
chore(release): add built files
1 parent 990d7d5 commit da508ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"js-lint": "eslint ./src ./tests",
2424
"prejs-test": "cross-env NODE_ENV=test rollup -c --environment TEST",
2525
"js-test": "karma start tests/karma.conf.js",
26-
"release": "standard-version",
26+
"release": "standard-version -a",
2727
"test": "npm run js-lint && npm run js-test"
2828
},
2929
"files": [
@@ -47,7 +47,8 @@
4747
"license": "MIT",
4848
"standard-version": {
4949
"scripts": {
50-
"postbump": "npm run build && git add ./dist/"
50+
"postbump": "npm run build",
51+
"precommit": "git add dist"
5152
}
5253
},
5354
"dependencies": {},

0 commit comments

Comments
 (0)