Skip to content

Commit 922232e

Browse files
committed
Fix
1 parent ca587ce commit 922232e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cd-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
sudo mv tofu /usr/local/bin/
5959
rm tofu_*_linux_amd64.zip
6060
echo "OpenTofu version: $(tofu version)"
61+
cd backend/api || exit 1
6162
tofu init
6263
6364
- name: Setup Node.js

backend/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compass/api",
33
"description": "Backend API endpoints",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"private": true,
66
"scripts": {
77
"watch:serve": "tsx watch src/serve.ts",

0 commit comments

Comments
 (0)