Skip to content

Commit

Permalink
chore: test release flow
Browse files Browse the repository at this point in the history
on-behalf-of: @porscheofficial <[email protected]>
Signed-off-by: Patrick Böder <[email protected]>
  • Loading branch information
pboeder committed Nov 19, 2024
1 parent ce40b9c commit 9506d7a
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm install
run: npm ci

- name: Build
run: npm run build
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,4 @@ dist

build
vercel-static-extensions.config.json
.vercel

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

0 comments on commit 9506d7a

Please sign in to comment.