Add bash shebang

This commit is contained in:
RMidhunSuresh 2023-07-20 15:56:30 +05:30
parent 512a7135c1
commit 5e0e3396c4

View File

@ -1,3 +1,4 @@
#!/bin/bash
VERSION=$(jq -r ".version" package.json)
PACKAGE=hydrogen-web-$VERSION.tar.gz
yarn build