moved to package

This commit is contained in:
Annika Hannig 2022-01-21 19:38:11 +01:00
parent d715efa01a
commit a1ffa39dd0
20 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
#!/bin/bash
######################################################################
# @author : Annika Hannig
# @file : entrypoint
# @created : Thursday Sep 23, 2021 19:24:51 CEST
#
# @description : Start a command or start the dev server
# and ensure all dependencies are installed.
######################################################################
cd /ui
CMD=$1
shift
ARGS=$@
case "$CMD" in
devserver)
yarn install
yarn start $ARGS
;;
test)
yarn install
yarn test $ARGS
;;
*)
# Just run the command
$CMD $ARGS
esac

View File

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB