You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"build": "npm run fetch-chain-data && npm run prebuild && webpack --mode production --config src/build_logic/webpack.prod.js"
Why isn't fetch-chain-data ?
The text was updated successfully, but these errors were encountered:
jMyles
changed the title
_prebuild_chain_data directory needs to be automatically built if it doesn't exist
npm run build fails unless you run fetch-chain-data first - huh?
Aug 17, 2024
Build is as follows:
"build": "npm run fetch-chain-data && npm run prebuild && webpack --mode production --config src/build_logic/webpack.prod.js"
Why isn't
fetch-chain-data
?The text was updated successfully, but these errors were encountered: