Skip to content

Commit

Permalink
update outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell committed Jan 5, 2024
1 parent 01c83df commit 263acaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/cli/tests/09-elm-binary.bats
Expand Up @@ -41,7 +41,7 @@ load helpers

cp -r ../../examples/01-hello-world ../../examples/01-local-hello
cd ../../examples/01-local-hello
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json
npm install

run npx elm-land build
Expand All @@ -59,7 +59,7 @@ load helpers

cp -r ../../examples/01-hello-world ../../examples/01-local-hello
cd ../../examples/01-local-hello
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json
npm install -g yarn
yarn

Expand All @@ -78,7 +78,7 @@ load helpers

cp -r ../../examples/01-hello-world ../../examples/01-local-hello
cd ../../examples/01-local-hello
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.4.tgz" } }' > package.json
echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.19.5.tgz" } }' > package.json
npm install -g pnpm
pnpm install

Expand Down

0 comments on commit 263acaf

Please sign in to comment.