mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-01 05:45:06 +09:00
chore!: set linters to maximum strictness
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@
|
||||
"name": "configure-aws-credentials",
|
||||
"description": "A GitHub Action to configure AWS credentials",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc --project tsconfig.build.json",
|
||||
"lint": "eslint .",
|
||||
"package": "ncc build --license ../THIRD-PARTY -o dist",
|
||||
"package": "npm run build && ncc build --license ../THIRD-PARTY -o dist",
|
||||
"test": "npm run lint && jest --verbose"
|
||||
},
|
||||
"author": {
|
||||
|
||||
Reference in New Issue
Block a user