Skip to content

Commit 1c9b405

Browse files
committed
add build step in workflow
1 parent b023d81 commit 1c9b405

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/provenance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
scope: '@socketregistry'
3131
- run: npm install -g npm@latest
3232
- run: npm ci
33+
- name: Build package
34+
run: npm run build
3335
- name: Get package version
3436
id: package-version
3537
run: echo "version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)