1
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:
XhmikosR 2022-03-02 16:02:09 +02:00
parent fad1104d9d
commit 06dbca3551

View File

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