Skip to content

Commit

Permalink
chore: bundlers tests run nuxt ssr test first
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 26, 2024
1 parent fff7c2c commit 6bbdafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundlers-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:webpack": "docker-compose --profile webpack up --build --exit-code-from cypress_webpack",
"test:nuxt-ssr": "docker-compose --profile nuxt-ssr up --build --exit-code-from cypress_nuxt_ssr",
"test:nuxt-spa": "docker-compose --profile nuxt-spa up --build --exit-code-from cypress_nuxt_spa",
"test": "yarn build:test-page && yarn build:local-packages-18 && yarn build:local-packages-lts && yarn test:vite && yarn test:nuxt && yarn test:18",
"test": "yarn build:test-page && yarn build:local-packages-18 && yarn build:local-packages-lts && yarn test:nuxt && yarn test:vite && yarn test:18",
"test:18": "yarn build:local-packages-18 && yarn test:vite"
}
}

0 comments on commit 6bbdafb

Please sign in to comment.