14 lines
102 B
Bash
Executable File
14 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
rm -rf ./**/*Zone.Identifier
|
|
|
|
set -ex
|
|
|
|
yarn fm:fix
|
|
|
|
yarn tsc
|
|
|
|
yarn build
|