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 7b5b81e commit ee9f9a3Copy full SHA for ee9f9a3
.github/workflows/ci.yml
@@ -65,10 +65,10 @@ jobs:
65
node-version: 16.14.0
66
# NPM
67
- name: NPM master
68
- run: npm ci && npm run build
+ run: npm ci && npm i -D file:. && npm run build
69
working-directory: master
70
- name: NPM commit
71
72
working-directory: commit
73
# Benchmark directory setup
74
- name: Ensure benchmark data dir exists
0 commit comments