mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-27 00:32:09 +03:00
14 lines
236 B
Makefile
14 lines
236 B
Makefile
compile:
|
|
elm make Tests/Run.elm --output=elm.js
|
|
|
|
local_test:
|
|
source env/bin/activate
|
|
source sauce.env
|
|
python3 automation/selenium_test.py --local
|
|
|
|
remote_test:
|
|
source env/bin/activate
|
|
source sauce.env
|
|
python3 automation/run.py
|
|
|