Skip to content

Commit

Permalink
Update package-lock for wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 30, 2024
1 parent c9f84b6 commit ac5f01f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions 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
Expand Up @@ -2,7 +2,7 @@ set -ex;
yes | lamdera reset || true
npm run build:generator
npx elm-test-rs --compiler lamdera
(cd examples/routing && yes | lamdera reset || true && rm -rf node_modules package-lock.json && npm install && npm run build && npx elm-test-rs --compiler lamdera)
(cd examples/routing && yes | lamdera reset || true && npm ci && npm run build && npx elm-test-rs --compiler lamdera)
(cd generator/dead-code-review && npx elm-test-rs --compiler lamdera)
(cd generator/review && npx elm-test-rs --compiler lamdera)
npm run test:snapshot
Expand Down

0 comments on commit ac5f01f

Please sign in to comment.