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 Sep 13, 2020. It is now read-only.
On a new checkout the build dir is assumed to exist when zip is invoked via yarn run source. This folder should probably be created as part of running it. Using the package mkdirp is likely the most cross-compatible (os) solution.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On a new checkout the
build
dir is assumed to exist whenzip
is invoked viayarn run source
. This folder should probably be created as part of running it. Using the packagemkdirp
is likely the most cross-compatible (os) solution.The text was updated successfully, but these errors were encountered: