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",
|
"description": "Hugo setup action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint ./*.js",
|
"lint": "eslint ./index.js ./get-latest-version.js",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "npm prune --production"
|
"build": "npm prune --production"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user