1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 12:14:26 -04:00

CI: separate lint workflow and rename eslint script to lint

This commit is contained in:
XhmikosR
2021-11-02 17:05:42 +02:00
parent e81e5266b9
commit fcd9ec216a
2 changed files with 24 additions and 4 deletions

View File

@@ -22,9 +22,9 @@
"mocha": "^8.4.0"
},
"scripts": {
"eslint": "eslint .",
"lint": "eslint .",
"mocha": "mocha",
"test": "npm run eslint && npm run mocha",
"test": "npm run lint && npm run mocha",
"postinstall": "rimraf vendor && node lib/install"
},
"files": [