Merge pull request #624 from vector-im/build-fix

Add hash-bang to fix sdk build error
This commit is contained in:
Bruno Windels 2022-01-06 13:22:10 +01:00 committed by GitHub
commit 314843f5f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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