Skip to content

Commit

Permalink
replace pushd command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Sep 20, 2023
1 parent ca84f05 commit 18f34f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"scripts": {
"start": "react-app-rewired start",
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"postinstall": "pushd wormhole-connect && npm install && popd",
"postinstall": "cd wormhole-connect && npm install && cd ..",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "npx prettier --write ./src"
Expand Down

0 comments on commit 18f34f8

Please sign in to comment.