Skip to content

Commit

Permalink
cd in the opposite direction
Browse files Browse the repository at this point in the history
  • Loading branch information
daikema committed Sep 26, 2024
1 parent 060e368 commit f8c83d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/carta-frontend+4.1.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 6e83566..955fe8f 100644
"git-info": "./git-info.sh",
"analyze": "source-map-explorer build/static/js/main.*",
- "postinstall": "patch-package",
+ "postinstall": "cd node_modules/carta-frontend && patch-package",
+ "postinstall": "cd ../.. && patch-package",
"start": "npm run git-info; react-scripts start",
"build": "npm run git-info; npm-run-all build-wrappers build-protobuf build-ts",
"build-docker": "npm run git-info; npm-run-all build-wrappers-docker build-protobuf build-ts",

0 comments on commit f8c83d8

Please sign in to comment.