.idea/jsLibraryMappings.xml
.idea/jsLibraryMappings.xml
This file has not been changed.
-26
.tangled/workflows/build_backend.yaml
-26
.tangled/workflows/build_backend.yaml
···
1
-
when:
2
-
- event: [ "push", "pull_request" ]
3
-
branch: [ "main" ]
4
-
- event: [ "manual" ]
5
-
6
-
dependencies:
7
-
nixpkgs:
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
19
-
20
-
- name: "Run linter"
21
-
command: "npm run lint"
22
-
23
-
- name: "Build application"
24
-
command: "npm run build"
25
-
environment:
26
-
NODE_ENV: "production"
.tangled/workflows/build_frontend.yaml
.tangled/workflows/build_frontend.yaml
Failed to calculate interdiff for this file.
.tangled/workflows/build_lexicons.yaml
.tangled/workflows/build_lexicons.yaml
Failed to calculate interdiff for this file.
History
2 rounds
0 comments
expand 0 comments
closed without merging
hexmani.ac
submitted
#0