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 db659f0 commit 4ce8579Copy full SHA for 4ce8579
.github/workflows/size-satisfies.yml
@@ -33,5 +33,7 @@ jobs:
33
node-version: ${{ matrix.node-version }}
34
- name: Install dependencies
35
run: npm install
36
+ - name: Build
37
+ run: npm run build:all
38
- name: Run tests
39
run: npm run test
.github/workflows/vis-network.yml
run: npm i
0 commit comments