Skip to content
Snippets Groups Projects
Commit 93ced4ad authored by Greg Fodor's avatar Greg Fodor
Browse files

Generate smoke tests

parent 2532742f
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ if [ ! -e ../reticulum ]; then ...@@ -4,4 +4,4 @@ if [ ! -e ../reticulum ]; then
echo "This script assumes reticulum is checked out in a sibling to this folder." echo "This script assumes reticulum is checked out in a sibling to this folder."
fi fi
rm -rf ../reticulum/priv/static ; BASE_ASSETS_PATH=http://localhost:4000/ yarn build -- --output-path ../reticulum/priv/static rm -rf ../reticulum/priv/static ; GENERATE_SMOKE_TESTS=true BASE_ASSETS_PATH=http://localhost:4000/ yarn build -- --output-path ../reticulum/priv/static
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment