Skip to content

Commit

Permalink
Add rollup linux at top-level in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 30, 2024
1 parent 1ef759e commit 2fb2d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
set -ex;
yes | lamdera reset || true
npm run build:generator
npm install --save-dev @rollup/rollup-linux-x64-gnu
npx elm-test-rs --compiler lamdera
(cd examples/routing && yes | lamdera reset || true && npm install --save-dev @rollup/rollup-linux-x64-gnu && npm install && npm run build && npx elm-test-rs --compiler lamdera)
(cd generator/dead-code-review && npx elm-test-rs --compiler lamdera)
Expand Down

0 comments on commit 2fb2d49

Please sign in to comment.