We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b448744 commit a0b4cacCopy full SHA for a0b4cac
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"lint": "eslint \"src/**/*.ts\"",
11
- "test": "npm run lint && npm run build && npx browserslist@latest --update-db && jest --runInBand",
+ "test": "npm run lint && npm run build && jest --runInBand",
12
"test:e2e": "jest test/e2e/output.test.ts",
13
"build:clean": "rm -rf dist",
14
"build": "tsc --build",
0 commit comments