We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ae0af commit 53ce238Copy full SHA for 53ce238
3 files changed
.github/workflows/roam-main.yaml
@@ -25,7 +25,7 @@ jobs:
25
cache: "npm"
26
27
- name: Install Dependencies
28
- run: npm install
+ run: npm ci
29
30
- name: Deploy
31
run: npx turbo run deploy --filter=roam
.github/workflows/roam-pr.yaml
@@ -29,7 +29,7 @@ jobs:
32
33
34
35
.github/workflows/roam-release.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Update Roam Depot Extension
run: npx turbo run publish --filter=roam
0 commit comments