diff options
| author | Dhravya <[email protected]> | 2024-03-30 22:49:48 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-30 22:49:48 -0700 |
| commit | ab233073e64d1f14369e3b6fcb27d76140a2bfe7 (patch) | |
| tree | f3cfaf3a67065070a7938a4a34507c707c323fd3 | |
| parent | fix: build extension (diff) | |
| download | supermemory-ab233073e64d1f14369e3b6fcb27d76140a2bfe7.tar.xz supermemory-ab233073e64d1f14369e3b6fcb27d76140a2bfe7.zip | |
fix: packageManager spelling in build
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e747f32..a1bb0648 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,4 +19,4 @@ jobs: uses: cloudflare/[email protected] with: apiToken: ${{ secrets.CF_API_TOKEN }} - packageManger: bun
\ No newline at end of file + packageManager: bun
\ No newline at end of file |