Skip to content

Commit a5aecd6

Browse files
committed
feat: run command at the end
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 1526f31 commit a5aecd6

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.husky/pre-commit

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
npm run all
1+
npm run format:write
2+
npm run lint
3+
npm run package
24
git update-index --again

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@actions/core": "^1.11.1",
1111
"@actions/exec": "^1.1.1",
12-
"@actions/http-client": "^2.2.1",
12+
"@actions/http-client": "^2.2.3",
1313
"@actions/tool-cache": "^2.0.2",
1414
"semver": "^7.7.1"
1515
},

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
toolName,
1212
defaultVersion,
1313
extractBinary,
14-
getVersionArguments,
14+
getVersionArguments
1515
} from './tool.js'
1616

1717
/**

0 commit comments

Comments
 (0)