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
refactor(workflow): Remove static build command and streamline deployment process
- Eliminated the 'build:static' script from package.json to simplify the build process.
- Updated the deployment workflow to use the 'build' command instead of 'build:static', ensuring a more straightforward deployment without static export.
- These changes enhance the clarity and efficiency of the deployment process by focusing on the primary build command.
0 commit comments