Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Mar 16, 2024
1 parent 3c8128b commit 9c5a9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: yarn install

- name: Build project
run: yarn build
run: yarn build-only

- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions src/components/Graph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { MiniMap } from '@vue-flow/minimap'
import {Layout} from "webcola";
import {defineComponent} from "vue";
import Node from "@/components/Node.vue";
import {ApiService} from "@/api";
import type {CausyModel} from "@/api";
import {ApiService} from "@/api/ui";
import type {CausyModel} from "@/api/ui";
import('@vue-flow/core/dist/style.css');
import('../assets/vueflow.css');
Expand Down

0 comments on commit 9c5a9fa

Please sign in to comment.