ERROR
.idea/jsLibraryMappings.xml
ERROR
.idea/jsLibraryMappings.xml
Failed to calculate interdiff for this file.
REVERTED
.tangled/workflows/build_backend.yaml
REVERTED
.tangled/workflows/build_backend.yaml
···
8
8
- nodejs
9
9
10
10
steps:
11
+
- name: "Get directory layout"
12
+
command: "ls -alh"
13
+
11
14
- name: "Move to backend folder"
15
+
command: "cd backend"
12
-
command: "cd /tangled/workspace/backend"
13
16
14
17
- name: "Install dependencies"
18
+
command: "npm install"
15
-
command: "npm install backend/package.json"
16
19
environment:
17
20
NODE_ENV: "development"
18
21
CI: true
REBASED
.tangled/workflows/build_frontend.yaml
REBASED
.tangled/workflows/build_frontend.yaml
This patch was likely rebased, as context lines do not match.
REBASED
.tangled/workflows/build_lexicons.yaml
REBASED
.tangled/workflows/build_lexicons.yaml
This patch was likely rebased, as context lines do not match.