7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/bash
|
|
|
|
echo "Compiling native node packages..."
|
|
yarn rebuild
|
|
echo "Packaging static assets..."
|
|
yarn build
|