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
As already captured in #3 the right way to build swagger-ui is to run
npm run-script build
which generate dist directory from src directory.
This process should be part of the build process, and the entire dist directory should be generated and not stored in the project git.
The text was updated successfully, but these errors were encountered:
As already captured in #3 the right way to build swagger-ui is to run
which generate dist directory from src directory.
This process should be part of the build process, and the entire dist directory should be generated and not stored in the project git.
The text was updated successfully, but these errors were encountered: