social bookmarking for atproto

[spindle/test] move to workspace folder

hexmani.ac 525ccad5 2e274b3b

verified
Changed files
+6 -15
.tangled
+2 -5
.tangled/workflows/build_backend.yaml
··· 8 - nodejs 9 10 steps: 11 - - name: "Get directory layout" 12 - command: "ls -alh" 13 - 14 - name: "Move to backend folder" 15 - command: "cd backend" 16 17 - name: "Install dependencies" 18 - command: "npm install" 19 environment: 20 NODE_ENV: "development" 21 CI: true
··· 8 - nodejs 9 10 steps: 11 - name: "Move to backend folder" 12 + command: "cd /tangled/workspace/backend" 13 14 - name: "Install dependencies" 15 + command: "npm install backend/package.json" 16 environment: 17 NODE_ENV: "development" 18 CI: true
+2 -5
.tangled/workflows/build_frontend.yaml
··· 8 - nodejs 9 10 steps: 11 - - name: "Get directory layout" 12 - command: "ls -alh" 13 - 14 - name: "Move to frontend folder" 15 - command: "cd frontend" 16 17 - name: "Install dependencies" 18 - command: "npm install" 19 environment: 20 NODE_ENV: "development" 21 CI: true
··· 8 - nodejs 9 10 steps: 11 - name: "Move to frontend folder" 12 + command: "cd /tangled/workspace/frontend" 13 14 - name: "Install dependencies" 15 + command: "npm install frontend/package.json" 16 environment: 17 NODE_ENV: "development" 18 CI: true
+2 -5
.tangled/workflows/build_lexicons.yaml
··· 8 - nodejs 9 10 steps: 11 - - name: "Get directory layout" 12 - command: "ls -alh" 13 - 14 - name: "Move to lexicons folder" 15 - command: "cd lexicons" 16 17 - name: "Install dependencies" 18 - command: "npm install" 19 environment: 20 NODE_ENV: "development" 21 CI: true
··· 8 - nodejs 9 10 steps: 11 - name: "Move to lexicons folder" 12 + command: "cd /tangled/workspace/lexicons" 13 14 - name: "Install dependencies" 15 + command: "npm install lexicons/package.json" 16 environment: 17 NODE_ENV: "development" 18 CI: true