[spindle] merge workflow changes to main #2

closed
opened by hexmani.ac targeting main from pipeline-test
Changed files
+4 -12
.idea
.tangled
-8
.idea/jsLibraryMappings.xml
···
-
<?xml version="1.0" encoding="UTF-8"?>
-
<project version="4">
-
<component name="JavaScriptLibraryMappings">
-
<file url="file://$PROJECT_DIR$/backend" libraries="{clippr/backend/node_modules}" />
-
<file url="file://$PROJECT_DIR$/frontend" libraries="{clippr/frontend/node_modules}" />
-
<file url="PROJECT" libraries="{clippr/backend/node_modules, clippr/frontend/node_modules}" />
-
</component>
-
</project>
+2 -2
.tangled/workflows/build_frontend.yaml
···
steps:
- name: "Move to frontend folder"
-
command: "cd frontend"
+
command: "cd /tangled/workspace/frontend"
- name: "Install dependencies"
-
command: "npm install"
+
command: "npm install frontend/package.json"
environment:
NODE_ENV: "development"
CI: true
+2 -2
.tangled/workflows/build_lexicons.yaml
···
steps:
- name: "Move to lexicons folder"
-
command: "cd lexicons"
+
command: "cd /tangled/workspace/lexicons"
- name: "Install dependencies"
-
command: "npm install"
+
command: "npm install lexicons/package.json"
environment:
NODE_ENV: "development"
CI: true