#!/bin/sh
tar -zcf standalone.tar.gz -C ./node/build/standalone ./
tar -zcf static.tar.gz -C ./node/build static
tar -zcf public.tar.gz -C ./node public