Skip to content

Commit 4bcdac9

Browse files
authored
Merge pull request #197 from dhensby/fix/release-build-output
ci: include built files in release commit
2 parents 303aa3e + be998ad commit 4bcdac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"lint:fix": "npm run lint -- --fix",
1212
"prepare": "npm run build",
1313
"test": "mocha -r ts-node/register './test/**/**.ts'",
14-
"test:coverage": "nyc --all npm run test --silent"
14+
"test:coverage": "nyc --all npm run test --silent",
15+
"version": "npm run build && git add README.md lib/"
1516
},
1617
"files": [
1718
"action.yml",

0 commit comments

Comments
 (0)