mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 14:15:33 +03:00
10 lines
323 B
Bash
Executable File
10 lines
323 B
Bash
Executable File
set -ex;
|
|
root=`pwd`
|
|
yes | lamdera reset || true
|
|
elm-test-rs --compiler=lamdera
|
|
cd examples/routing && npm i && npm run build && elm-test-rs --compiler=lamdera && cd $root
|
|
npm run test:snapshot
|
|
npx elmi-to-json --version
|
|
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
|
|
cd generator && mocha && cd $root
|