fix: remove TYPO #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sib/forge:sb_deploy-hugo-to-hostsharing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cheers mate! With your help I was able to reproduce this howto successfully today! ;-)
Just a question out of my curiosity:
Those error messages are logged during the
Setup projectstep of thebuildtask for my commitchore: trigger initial deploymentto themainbranch of my reposib-ws-hugo. Do you expect those error messages? Are they on purpose?Regards!
It occurs when there is no package-lock.json. If neither package.json nor package-lock.json exists, that setup step does not make sense. My assumption was that those files always exist, which is obviously incorrect!