Skip to content

Commit

Permalink
re add the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Dec 5, 2024
1 parent 7566bb3 commit d291a9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/slsa-generator-nodejs-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- name: Build steps
run: |
echo "Building the project"
npm pack
- name: Auto-Detect - Package details
id: package-details
run: |
Expand Down

0 comments on commit d291a9a

Please sign in to comment.