Add hash-bang to fix build error

This commit is contained in:
RMidhunSuresh 2021-12-27 15:51:25 +05:30
parent 908f9a7ce3
commit 205de7e5c5

View file

@ -1,3 +1,4 @@
#!/bin/bash
rm -rf target
yarn run vite build -c vite.sdk-assets-config.js
yarn run vite build -c vite.sdk-lib-config.js