mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
chore: update package.json test to use linter (#132)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8a7fa7d17d
commit
6768bf5af8
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint **.js",
|
"lint": "eslint **.js",
|
||||||
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
|
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
|
||||||
"test": "eslint **.js && jest --coverage --verbose"
|
"test": "npm run lint && jest --coverage --verbose"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user