mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 08:00:35 +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
|