mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
update package.json
This commit is contained in:
parent
e11170ce5a
commit
2ed96f5f0a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"lint": "eslint --config ./.eslintrc.js **/*.ts",
|
||||
"lint:fix": "eslint --config ./.eslintrc.js **/*.ts --fix",
|
||||
"test": "jest --coverage",
|
||||
"pre-checkin": "npm run format && npm run build && npm test"
|
||||
"pre-checkin": "npm run format && npm run lint:fix && npm run build && npm test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue