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 4fc7884 commit 441e1e9Copy full SHA for 441e1e9
1 file changed
.github/workflows/node.yml
@@ -46,17 +46,14 @@ jobs:
46
env:
47
CYPRESS_INSTALL_BINARY: 0
48
PUPPETEER_SKIP_DOWNLOAD: true
49
- run: npm ci
+ run: npm i
50
51
- name: Lint
52
run: npm run lint
53
54
- name: Build library
55
run: npm run build
56
57
- - name: Validate bundled PDF.js versions
58
- run: npm run validate:dist
59
-
60
- name: Check build changes
61
run: |
62
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets' && exit 1)"
0 commit comments