mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-20 05:37:19 +00:00
9 lines
140 B
Plaintext
Executable File
9 lines
140 B
Plaintext
Executable File
# Stop on errors
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
rm -rf dist
|
|
NODE_ENV=production npm exec -- tsc
|
|
NODE_ENV=production npm exec -- rollup -c
|