Skip to content
Snippets Groups Projects
Commit 2f5903e9 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Create release script

parent 83fd135c
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ dist ...@@ -4,3 +4,4 @@ dist
dist-ssr dist-ssr
target target
*.local *.local
release
#!/bin/bash
yarn build
VERSION=$(cat package.json | jq -r .version)
cd target
mkdir -p ../release
tar -czvf ../release/chatterbox-v$VERSION.tar.gz *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment