mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Add 'npm check' goal to run lint without generating outputs
This commit is contained in:
parent
7e85212f59
commit
bdf9736c53
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"lint": "eslint src/**/*.ts",
|
||||
"build": "ncc build src/main.ts --out dist/main --source-map && ncc build src/post.ts --out dist/post --source-map",
|
||||
"test": "jest",
|
||||
"check": "npm run format && npm run lint",
|
||||
"all": "npm run format && npm run lint && npm run build && npm test"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue