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