mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 18:44:07 +00:00
9 lines
159 B
Bash
Executable File
9 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export NODE_ENV=production;
|
|
|
|
if [[ -n "$TRAVIS_TAG" ]]; then export REACT_APP_ENV='production'; fi
|
|
|
|
yarn lint:check
|
|
yarn prettier:check
|
|
yarn build |