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 3b7216a commit 709f92eCopy full SHA for 709f92e
.github/workflows/main.yml
@@ -8,11 +8,10 @@ jobs:
8
build:
9
name: ⚒️ Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
10
11
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
node: ['14.x', '16.x']
15
- os: [ubuntu-latest, windows-latest, macOS-latest]
16
17
steps:
18
- name: Checkout repo
package.json
@@ -20,7 +20,7 @@
20
"test": "dts test",
21
"test:dev": "dts test --watch",
22
"lint": "dts lint src test mocks",
23
- "prepare": "husky install && dts build",
+ "prepare": "husky install",
24
"size": "size-limit",
25
"analyze": "size-limit --why"
26
},
0 commit comments