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 ca587ce commit 922232eCopy full SHA for 922232e
.github/workflows/cd-api.yml
@@ -58,6 +58,7 @@ jobs:
58
sudo mv tofu /usr/local/bin/
59
rm tofu_*_linux_amd64.zip
60
echo "OpenTofu version: $(tofu version)"
61
+ cd backend/api || exit 1
62
tofu init
63
64
- name: Setup Node.js
backend/api/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@compass/api",
3
"description": "Backend API endpoints",
4
- "version": "1.0.5",
+ "version": "1.0.6",
5
"private": true,
6
"scripts": {
7
"watch:serve": "tsx watch src/serve.ts",
0 commit comments