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
Maybe just have build.rs make sure that frontend/node_modules and frontend/src/turbocharger_generated are present (and up to date??) and if there's any issues, error the build with advice.
Or use a separate build script and have a plain cargo build fail with advice to use the build script.
Or just use npm run buildnpm run devnpm run watch etc. and have a build.rs that errors out and suggests these if everything is not installed and up to date (e.g. by checking mod times on turbocharger_generated etc.
Make sure
npm install
is run if nonode_modules
and do annpm run build
.The text was updated successfully, but these errors were encountered: