You've already forked hugo-extended
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:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user