mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-20 13:47:18 +00:00
10 lines
217 B
Plaintext
Executable File
10 lines
217 B
Plaintext
Executable File
# Stop on errors
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
echo 'export const version =' `jq .version package.json`";" > src/version.ts
|
|
|
|
rm -rf dist
|
|
NODE_ENV=production npm exec -- tsc
|
|
NODE_ENV=production npm exec -- rollup -c
|