You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-13 01:45:29 -04:00
remove execa & switch back to vanilla child_process
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/* eslint-env node, mocha */
|
||||
|
||||
"use strict";
|
||||
|
||||
import { execFile } from "child_process";
|
||||
import assert from "assert";
|
||||
import hugo from "../index.js";
|
||||
|
||||
Reference in New Issue
Block a user