mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-03-13 00:38:17 +08:00
Run lint on CI
This commit is contained in:
parent
4a9a0a05a3
commit
43efc20423
@ -9,7 +9,7 @@
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"build": "ncc build src/main.ts --out dist/main --minify && ncc build src/post.ts --out dist/post --minify",
|
||||
"test": "jest",
|
||||
"all": "npm run format && npm run build && npm test"
|
||||
"all": "npm run format && npm run lint && npm run build && npm test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user