gha: enhance

This commit is contained in:
peaceiris
2019-09-16 05:35:21 +09:00
parent cdad2bd631
commit 1450cb25b1
2 changed files with 16 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "Hugo setup action",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"lint": "eslint ./*.js",
"test": "jest",
"build": "npm prune --production"
},