Skip to content

Commit

Permalink
Exclude test app transitive optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jan 8, 2025
1 parent 5cb1152 commit 3262ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:e2e:node": "jest --selectProjects e2e-node --testTimeout 30000 --collectCoverage false",
"test:e2e": "npm run test:e2e:node && npm run test:e2e:browser",
"test:e2e:browser": "playwright test",
"test:e2e:browser:build": "cd e2e/browser/test-app && npm ci",
"test:e2e:browser:build": "cd e2e/browser/test-app && npm ci --omit=optional",
"test:webpack": "npm run build && webpack --config e2e/bundle/webpack.config.js"
},
"keywords": [
Expand Down

0 comments on commit 3262ba5

Please sign in to comment.