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
Another good use case came up for this in #93. The takeaway is that harp compile should run harp validate first. Right now, it will compile as much as it can to www until it hits an error. If you don’t see the error in the CLI, this makes it seem like the compile step was successful.
The only way to validate that your template works in Harp Platform is to compile the template and see if it shows any errors.
It'd be better to have a
validate
option to take care of that for you.The text was updated successfully, but these errors were encountered: