lint: ignore index.test.js

This commit is contained in:
peaceiris 2019-09-16 05:42:15 +09:00
parent 1450cb25b1
commit f43706a360
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},