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"
9
9
npx replace leftPad patchPackage node_modules/left-pad/index.js
10
10
11
11
echo " 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
13
13
14
14
echo " there is no error log file"
15
15
if ls ./patch-package-error.json.gz
Original file line number Diff line number Diff line change 1
1
import colors from "chalk"
2
2
import findWorkspaceRoot from "find-yarn-workspace-root"
3
3
import fs from "fs-extra"
4
- import process from "process"
5
4
import { join } from "./path"
6
5
7
6
export type PackageManager = "yarn" | "npm" | "npm-shrinkwrap"
Original file line number Diff line number Diff line change 1
1
import { existsSync } from "fs-extra"
2
- import process from "process"
3
2
import { join , resolve } from "./path"
4
3
5
4
export const getAppRootPath = ( ) : string => {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import colors from "chalk"
2
2
import { isCI } from "ci-info"
3
3
import minimist from "minimist"
4
4
import { normalize , sep } from "path"
5
- import process from "process"
6
5
import slash from "slash"
7
6
import { applyPatchesForApp } from "./applyPatches"
8
7
import { detectPackageManager } from "./detectPackageManager"
Original file line number Diff line number Diff line change 1
1
import colors from "chalk"
2
- import console from "console"
3
2
import {
4
3
copySync ,
5
4
existsSync ,
You can’t perform that action at this time.
0 commit comments