We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e88e6 commit 0a5a544Copy full SHA for 0a5a544
1 file changed
.github/workflows/nodejs.yml
@@ -32,6 +32,8 @@ jobs:
32
run: npx puppeteer browsers install chrome
33
- name: Install dependencies
34
run: npm install --ignore-scripts
35
+ - name: build
36
+ run: npm run build
37
- name: Lint
38
run: npm run lint
39
- name: Run tests
0 commit comments