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 2, 2022. It is now read-only.
During the upload, I checked the size of the generated .build folder
Macs-MacBook-Pro:boidgraphcool boid$ ls -a
. .git README.md node_modules
.. .gitignore events package.json
.DS_Store .graphcoolrc graphcool.yml src
.build .vscode logs.txt types.graphql
Macs-MacBook-Pro:boidgraphcool boid$ du -hs .build/
1.8G .build/
I found a broken 1GB zip file inside the build.zip, not sure where it came from...
Macs-MacBook-Pro:.build boid$ ls -a
. .git README.md graphcool.yml src
.. .gitignore build.zip logs.txt types.graphql
.DS_Store .graphcoolrc dist node_modules
.build .vscode events package.json
Macs-MacBook-Pro:.build boid$ cd .build
Macs-MacBook-Pro:.build boid$ ls
build.zip dist
Macs-MacBook-Pro:.build boid$ ls -a
. .. build.zip dist
Macs-MacBook-Pro:.build boid$ unzip build.zip
Archive: build.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of build.zip or
build.zip.zip, and cannot find build.zip.ZIP, period.
The text was updated successfully, but these errors were encountered:
During the upload, I checked the size of the generated .build folder
I found a broken 1GB zip file inside the build.zip, not sure where it came from...
The text was updated successfully, but these errors were encountered: