6 lines
77 B
Bash
Executable file
6 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
rm -rf dist
|
|
yarn run build:js
|
|
yarn run build:css
|