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
(cd out/source && zip -r "$OLDPWD/out/source.zip" .)
# Clean up temp source dir
rm -rf out/source
echo "\n"
echo "Packaging complete:"
echo "* Upload out/package.zip to the TwitchDev console."
echo "* When asked for source code, send out/source.zip. It contains necessary files to build the project without you having to send node_modules, the entire git history, etc."