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 23d7b4e commit 73a4165Copy full SHA for 73a4165
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
4
5
jobs:
6
build:
7
- runs-on: macOS-latest
+ runs-on: ubuntu-latest
8
9
steps:
10
- name: Checkout repository
package.json
@@ -7,7 +7,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
- "test": "jest --runInBand --detectOpenHandles --coverage",
+ "test": "jest --detectOpenHandles --coverage",
11
"lint": "eslint '{src,tests}/**/*.ts'",
12
"format": "prettier --write '{src,tests}/**/*.ts'",
13
"format:check": "prettier --check '{src,tests}/**/*.ts'",
0 commit comments