Skip to content

Commit

Permalink
chore(ci): remove browser update on test
Browse files Browse the repository at this point in the history
This is causing issues in keeping branches main and release synced
  • Loading branch information
drazisil-codecov committed Jun 20, 2023
1 parent b448744 commit a0b4cac
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 @@ -8,7 +8,7 @@
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "npm run lint && npm run build && npx browserslist@latest --update-db && jest --runInBand",
"test": "npm run lint && npm run build && jest --runInBand",
"test:e2e": "jest test/e2e/output.test.ts",
"build:clean": "rm -rf dist",
"build": "tsc --build",
Expand Down

0 comments on commit a0b4cac

Please sign in to comment.