Skip to content

Commit

Permalink
ci: do not maintain lock file
Browse files Browse the repository at this point in the history
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
Signed-off-by: Patrick Böder <78862895+pboeder@users.noreply.github.com>
  • Loading branch information
pboeder committed Nov 19, 2024
1 parent 06bf834 commit ce40b9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,426 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Configure Git user
run: |
git config --global user.name "github-actions[bot]"
Expand All @@ -36,9 +39,6 @@ jobs:
- name: Bump Version
run: npm version ${{ github.event.inputs.version }}

- name: Build
run: npm run build

- name: Publish to GitHub Packages
run: npm publish --provenance --access public
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dist
build
vercel-static-extensions.config.json
.vercel

# Do not publish lock file
package-lock.json
Loading

0 comments on commit ce40b9c

Please sign in to comment.