We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 303aa3e + be998ad commit 4bcdac9Copy full SHA for 4bcdac9
package.json
@@ -11,7 +11,8 @@
11
"lint:fix": "npm run lint -- --fix",
12
"prepare": "npm run build",
13
"test": "mocha -r ts-node/register './test/**/**.ts'",
14
- "test:coverage": "nyc --all npm run test --silent"
+ "test:coverage": "nyc --all npm run test --silent",
15
+ "version": "npm run build && git add README.md lib/"
16
},
17
"files": [
18
"action.yml",
0 commit comments