Skip to content

Commit a0b4cac

Browse files
chore(ci): remove browser update on test
This is causing issues in keeping branches main and release synced
1 parent b448744 commit a0b4cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"lint": "eslint \"src/**/*.ts\"",
11-
"test": "npm run lint && npm run build && npx browserslist@latest --update-db && jest --runInBand",
11+
"test": "npm run lint && npm run build && jest --runInBand",
1212
"test:e2e": "jest test/e2e/output.test.ts",
1313
"build:clean": "rm -rf dist",
1414
"build": "tsc --build",

0 commit comments

Comments
 (0)