1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

When Hugo seems to disappear, just reinstall and then continue normally (#82)

should fix #81 (or at least mitigate it)
This commit is contained in:
2021-11-01 14:06:51 -04:00
committed by GitHub
parent b14f7abeb2
commit 8251c012de
10 changed files with 165 additions and 93 deletions
+3 -1
View File
@@ -17,6 +17,7 @@
"files": [
"index.js",
"index.d.ts",
"postinstall.js",
"lib"
],
"bin": {
@@ -33,11 +34,12 @@
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
"del": "^6.0.0",
"eslint": "^8.1.0",
"mocha": "^9.1.3"
},
"scripts": {
"postinstall": "node lib/install.js",
"postinstall": "node postinstall.js",
"test": "eslint . && mocha"
},
"engines": {