Skip to content

Commit

Permalink
Rm submoldule folder contents before install
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Nov 21, 2024
1 parent 346f29a commit 9a3a9fe
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 @@ -20,7 +20,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"preinstall": "git submodule update --init && cd ethereumjs-monorepo && npm install && npm run build --workspace=@ethereumjs/evm",
"preinstall": "/bin/rm -rf ethereumjs-monorepo/* && git submodule update --init && cd ethereumjs-monorepo && npm install && npm run build --workspace=@ethereumjs/evm",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
Expand Down

0 comments on commit 9a3a9fe

Please sign in to comment.