don't put dist in pwd when building
This commit is contained in:
@ -93,9 +93,10 @@ jobs:
|
|||||||
${{ runner.os }}-cargo-test-
|
${{ runner.os }}-cargo-test-
|
||||||
- name: Download dist
|
- name: Download dist
|
||||||
uses: https://gitea.com/actions/download-artifact@v3
|
uses: https://gitea.com/actions/download-artifact@v3
|
||||||
|
working-directory: ui
|
||||||
with:
|
with:
|
||||||
name: dist-${{ hashFiles('ui/src/**') }}
|
name: dist-${{ hashFiles('src/**') }}
|
||||||
path: dist
|
path: ../dist
|
||||||
- name: ls
|
- name: ls
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"test:unit": "vitest",
|
"test:unit": "vitest",
|
||||||
"test:e2e": "nightwatch tests/e2e/*",
|
"test:e2e": "nightwatch tests/e2e/*",
|
||||||
"build-only": "vite build --outDir ../dist",
|
"build-only": "vite build",
|
||||||
"type-check": "vue-tsc --build",
|
"type-check": "vue-tsc --build",
|
||||||
"lint": "eslint . --fix",
|
"lint": "eslint . --fix",
|
||||||
"format": "prettier --write src/"
|
"format": "prettier --write src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user