mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-06-16 05:00:40 +02:00
7 lines
52 B
Bash
Executable file
7 lines
52 B
Bash
Executable file
#/bin/bash
|
|
|
|
set -e
|
|
|
|
yarn setup
|
|
yarn lint
|
|
yarn build
|