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
Explanation: In the db project of any template, if you manually delete the build folder and re-run npm run build, nothing gets outputted if the tsconfig.tsbuildinfo file is present. I guess this could be by design, since the tsconfig.buildinfo file might be some kind of a lock file, indicating that the build is up to date, but in practice, this hinder any other script that relies on that output being there, such as npm run pack from the respective templates root folder.
See the attached video
Explanation: In the
db
project of any template, if you manually delete thebuild
folder and re-runnpm run build
, nothing gets outputted if thetsconfig.tsbuildinfo
file is present. I guess this could be by design, since thetsconfig.buildinfo
file might be some kind of a lock file, indicating that the build is up to date, but in practice, this hinder any other script that relies on that output being there, such asnpm run pack
from the respective templates root folder.Suggested solution: add a
clean
script, such asI can send a PR if you want me to.
20240305_130940.mp4
The text was updated successfully, but these errors were encountered: