Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modify installation cmd
  • Loading branch information
zhravan authored Sep 12, 2025
commit 4d6f3d14aaaa3a06db2cfd2b8853f5ade18987bb
2 changes: 1 addition & 1 deletion .github/workflows/create-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache-dependency-path: package-lock.json

- name: Install dependencies (workspaces)
run: npm ci --workspaces
run: npm i --workspaces

- name: Run create-manifest (with parameters)
env:
Expand Down
Loading