elm-pages/test.sh
2022-08-21 09:27:04 +01:00

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