1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

ui: build tweaks

- ignore ui/dist dir
- dev-start.sh prompts for npm instead of elm-app
This commit is contained in:
James Hillyerd
2018-12-12 20:21:40 -08:00
parent ecd7c9f6e6
commit efe554bd77
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ fi
index="$INBUCKET_WEB_UIDIR/index.html"
if ! test -f "$index"; then
echo "$index does not exist!" >&2
echo "Run 'elm-app build' from the 'ui' directory." >&2
echo "Run 'npm run build' from the 'ui' directory." >&2
exit 1
fi