Skip to content

Commit

Permalink
Add a reset to CI to fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed May 10, 2023
1 parent 26f6fb5 commit 24e4587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/base-path/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/escaping/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/routing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -ex;
yes | lamdera reset || true
npx elm-test-rs
(cd examples/routing && npm i && npm run build && npx elm-test-rs)
(cd examples/routing && yes | lamdera reset || true && npm i && npm run build && npx elm-test-rs)
(cd generator/dead-code-review && npx elm-test-rs)
(cd generator/review && npx elm-test-rs)
npm run test:snapshot
Expand Down

0 comments on commit 24e4587

Please sign in to comment.