File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
integration-tests/unexpected-patch-creation-failure Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "modify left-pad"
99npx replace leftPad patchPackage node_modules/left-pad/index.js
1010
1111echo " force patch-package to fail"
12- npx replace ' parsePatchFile\(' ' blarseBlatchBlile(' node_modules/@unts/patch-package/dist/makePatch.js
12+ npx replace ' parsePatchFile\)\ (' ' blarseBlatchBlile) (' node_modules/@unts/patch-package/dist/makePatch.js
1313
1414echo " there is no error log file"
1515if ls ./patch-package-error.json.gz
Original file line number Diff line number Diff line change 11import colors from "chalk"
22import findWorkspaceRoot from "find-yarn-workspace-root"
33import fs from "fs-extra"
4- import process from "process"
54import { join } from "./path"
65
76export type PackageManager = "yarn" | "npm" | "npm-shrinkwrap"
Original file line number Diff line number Diff line change 11import { existsSync } from "fs-extra"
2- import process from "process"
32import { join , resolve } from "./path"
43
54export const getAppRootPath = ( ) : string => {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import colors from "chalk"
22import { isCI } from "ci-info"
33import minimist from "minimist"
44import { normalize , sep } from "path"
5- import process from "process"
65import slash from "slash"
76import { applyPatchesForApp } from "./applyPatches"
87import { detectPackageManager } from "./detectPackageManager"
Original file line number Diff line number Diff line change 11import colors from "chalk"
2- import console from "console"
32import {
43 copySync ,
54 existsSync ,
You canβt perform that action at this time.
0 commit comments