Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Added build script to package.json to resolve frontend build errors #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

priyanshscpp
Copy link

Description:
Previously, the npm run build command caused errors because the package.json file did not include a build script. This prevented the frontend from building and running properly.

The following changes were made:

Added a build script to package.json using Gulp.
The build process now works as expected, and the frontend can successfully compile and run.

Steps to Reproduce the Issue:

Before the fix, running npm run build resulted in the error: missing build script.
After the fix, the build process completes successfully using the Gulp task.

Testing Performed:

Verified that the npm run build command works without errors.
Confirmed that the frontend application compiles and runs as expected.

Previous Error
image

After Correction
image

   @vishavsingla @keshav-nischal  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant