mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 04:12:17 +01:00
lint: ignore index.test.js
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Hugo setup action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint ./*.js",
|
||||
"lint": "eslint ./index.js ./get-latest-version.js",
|
||||
"test": "jest",
|
||||
"build": "npm prune --production"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user