Skip to content

Commit

Permalink
Fixed conflict with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Nov 15, 2023
1 parent 0317778 commit b0aa4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"dev": "webpack serve --mode development",
"serve": "node server/server.js",
"examples": "node external-scripts/generate-paths.js",
"test": "npx playwright test"
"test": "npx playwright test --project=chromium --project=firefox",
"test-full": "npx playwright test"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down

0 comments on commit b0aa4e7

Please sign in to comment.