ci: add missing yarn rebuild step to deploy build.sh

This commit is contained in:
Nicolas Giard 2022-04-26 14:57:12 -04:00 committed by GitHub
parent 53a2b61bbc
commit 8e48230115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
#!/bin/bash
echo "Compiling native node packages..."
yarn rebuild
echo "Packaging static assets..."
yarn build