Skip to content

Commit

Permalink
fix: Виправлено імпорти компонентів
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 26, 2023
1 parent 0ab949b commit a2d9462
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- run: pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm run test
- run: pnpm run build
- run: pnpm run test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite build --watch --minify false --mode firefox",
"build": "vite build",
"build": "vite build --mode chrome",
"start:edge": "web-ext run -t chromium --chromium-binary \"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe\" --start-url \"https://rozetka.com.ua/ua/\" --source-dir ./dist",
"start:firefox": "web-ext run -f --start-url \"https://rozetka.com.ua/ua/\" --source-dir ./dist",
"preview": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion src/content/App.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {effectScope, onBeforeUnmount, onMounted, onUnmounted, ref} from "vue";
import {useEventListener} from "@vueuse/core";
import {useHighlightOnElement} from "./composables/UseHighlightOnElement.js";
import WidgetWindow from "./components/WidgetWindow.vue";
import WidgetControls from "./components/WIdgetControls.vue";
import WidgetControls from "./components/WidgetWindow.vue";
import WidgetProposals from "./components/WidgetProposals.vue";
import MessageNonInteractive from "./components/MessageNonInteractive.vue";
import MessageInForm from "./components/MessageInForm.vue";
Expand Down

0 comments on commit a2d9462

Please sign in to comment.