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
{{ message }}
This repository has been archived by the owner on May 8, 2019. It is now read-only.
Does anyone have any idea why the build script fails if it's already been run once? I'm trying to set up postcommit hooks to run the deploy script after I commit to my master branch so I don't have to remember to run the deploy script manually. However if the build files already exist in my local directory the deployment/build script fails.
22:26:34] 'fonts' errored after 206 ms
[22:26:34] Error: EEXIST: file already exists, mkdir '/Users/melnyk/Sites/docs-home/build/fonts'
at Error (native)
[22:26:34] 'highlightjs' errored after 199 ms
[22:26:34] Error: EEXIST: file already exists, mkdir '/Users/melnyk/Sites/docs-home/build/stylesheets'
at Error (native)
Thank you
The text was updated successfully, but these errors were encountered:
Does anyone have any idea why the build script fails if it's already been run once? I'm trying to set up postcommit hooks to run the deploy script after I commit to my master branch so I don't have to remember to run the deploy script manually. However if the build files already exist in my local directory the deployment/build script fails.
22:26:34] 'fonts' errored after 206 ms
[22:26:34] Error: EEXIST: file already exists, mkdir '/Users/melnyk/Sites/docs-home/build/fonts'
at Error (native)
[22:26:34] 'highlightjs' errored after 199 ms
[22:26:34] Error: EEXIST: file already exists, mkdir '/Users/melnyk/Sites/docs-home/build/stylesheets'
at Error (native)
Thank you
The text was updated successfully, but these errors were encountered: