Skip to content

Commit

Permalink
add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarminati committed May 3, 2024
1 parent 030769f commit 406a256
Show file tree
Hide file tree
Showing 3 changed files with 37,373 additions and 16,316 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
#- run: npm install --package-lock-only
- run: |
npm install --package-lock-only
npm ci
npm run k:script:build
- run: npm run kr:script:build
Expand Down
Loading

0 comments on commit 406a256

Please sign in to comment.