Skip to content

Commit

Permalink
ci: tweak the updated deploy&preview workflows
Browse files Browse the repository at this point in the history
joanise committed May 8, 2024
1 parent b5ef1fd commit 8cb5b71
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy
concurrency: deploy
on:
push:
branches:
@@ -16,7 +17,6 @@ jobs:
node-version: "20"
- name: Install
run: |
# The default config is for the monorepo, while this is for standalone
npm install
- name: Build web-component
run: |
1 change: 0 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ jobs:
node-version: "20"
- name: Install
run: |
# The default config is for the monorepo, while this is for standalone
npm install
- name: Build web-component
run: |

0 comments on commit 8cb5b71

Please sign in to comment.