mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2026-02-19 21:04:57 +01: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
|