We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ee4b commit 4ff37ceCopy full SHA for 4ff37ce
.github/workflows/build.yml
@@ -91,6 +91,8 @@ jobs:
91
node-version: 12
92
- name: Install project
93
run: npm ci --ignore-scripts
94
+ - name: Build
95
+ run: npm run build
96
- name: Release
97
env:
98
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
0 commit comments