diff options
| author | Dhravya <[email protected]> | 2024-03-30 22:49:06 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 22:49:06 -0700 |
| commit | 4a5ef7f44b41191659ce4f3bc51c2a6b25176fd1 (patch) | |
| tree | 10a821476c746ca1f57b2a3987cd86ee5b9c2e94 /.github | |
| parent | added push to cf action (diff) | |
| download | supermemory-4a5ef7f44b41191659ce4f3bc51c2a6b25176fd1.tar.xz supermemory-4a5ef7f44b41191659ce4f3bc51c2a6b25176fd1.zip | |
fix: build extension
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/buildextension/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/buildextension/action.yml b/.github/actions/buildextension/action.yml index fcb3da87..7283cf59 100644 --- a/.github/actions/buildextension/action.yml +++ b/.github/actions/buildextension/action.yml @@ -9,7 +9,7 @@ runs: node-version: 18 - name: Install packages - run: npm ci + run: npm i working-directory: apps/extension shell: bash |