fix import path for fileOperations
This commit is contained in:
parent
238c30f9cd
commit
784b80d5ee
|
@ -3,7 +3,7 @@
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import {generateHereDoc, functionUrls} from "./lib/configHeredoc";
|
import {generateHereDoc, functionUrls} from "./lib/configHeredoc";
|
||||||
import {ripGrep} from "./lib/ripGrep";
|
import {ripGrep} from "./lib/ripGrep";
|
||||||
import { ensureFileExists, appendHeredocToFile } from "lib/fileOperations";
|
import { ensureFileExists, appendHeredocToFile } from "./lib/fileOperations";
|
||||||
|
|
||||||
const checkForCommonFunctions = async (functionsArray: Array<string>) => {
|
const checkForCommonFunctions = async (functionsArray: Array<string>) => {
|
||||||
// iterate over all common functions by name
|
// iterate over all common functions by name
|
||||||
|
|
Loading…
Reference in a new issue