# ... snip ... | |
VERSION=$(node -e “console.log(require(‘./package.json’).version);”) | |
RELEASE_VERSION=”v$VERSION” | |
VERSIONED_SKETCHFILENAME=`$BASEFILENAME-$RELEASE_VERSION.$EXTENSIONNAME` | |
cp ./$SKETCHFILE ./archive/$VERSIONED_SKETCHFILENAME | |
# ... snip ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment