mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 13:28:28 -04:00
Add a fix npm script
This commit is contained in:
parent
fad1104d9d
commit
06dbca3551
@ -31,6 +31,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"fix": "npm run lint -- --fix",
|
||||
"uvu": "uvu test",
|
||||
"test": "npm run lint && npm run uvu",
|
||||
"postinstall": "rimraf vendor && node lib/install.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user