mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-07-04 05:25:37 +00:00
Workflow changes.
This commit is contained in:
parent
b8ec34cb72
commit
1b60558bab
1
.husky/.gitignore
vendored
Normal file
1
.husky/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
_
|
||||||
1153
package-lock.json
generated
1153
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,8 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"build-dist": "ncc build lib/setup-maven.js --minify",
|
"build-dist": "ncc build lib/setup-maven.js --minify",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"format-check": "prettier --check **/*.ts"
|
"format-check": "prettier --check **/*.ts",
|
||||||
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user