Skip to content

Commit 8e48230

Browse files
authored
ci: add missing yarn rebuild step to deploy build.sh
1 parent 53a2b61 commit 8e48230

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/deploy/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

3+
echo "Compiling native node packages..."
4+
yarn rebuild
35
echo "Packaging static assets..."
46
yarn build

0 commit comments

Comments
 (0)