mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor: add vue test app sans pnpm-lock
This commit is contained in:
@@ -30,16 +30,16 @@ runs:
|
||||
- name: Create Test App
|
||||
run: ./build.sh ${{ inputs.app }}
|
||||
shell: bash
|
||||
working-directory: ./packages/vue/test
|
||||
working-directory: ./test-apps/vue
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
shell: bash
|
||||
working-directory: ./packages/vue/test/build/${{ inputs.app }}
|
||||
working-directory: ./test-apps/vue/build/${{ inputs.app }}
|
||||
- name: Run Spec Tests
|
||||
run: pnpm run test:unit
|
||||
shell: bash
|
||||
working-directory: ./packages/vue/test/build/${{ inputs.app }}
|
||||
working-directory: ./test-apps/vue/build/${{ inputs.app }}
|
||||
- name: Run E2E Tests
|
||||
run: pnpm run test:e2e
|
||||
shell: bash
|
||||
working-directory: ./packages/vue/test/build/${{ inputs.app }}
|
||||
working-directory: ./test-apps/vue/build/${{ inputs.app }}
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
"start": "pnpm run dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/vue": "file:../../../",
|
||||
"@ionic/vue-router": "file:../../../../vue-router",
|
||||
"@ionic/vue": "workspace:*",
|
||||
"@ionic/vue-router": "workspace:*",
|
||||
"ionicons": "^6.0.4",
|
||||
"vue": "^3.4.14",
|
||||
"vue-router": "^4.2.5"
|
||||
|
||||
3904
test-apps/vue/apps/vue3/pnpm-lock.yaml
generated
3904
test-apps/vue/apps/vue3/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
packages:
|
||||
- ../../../../packages/vue
|
||||
- ../../../../packages/vue-router
|
||||
|
||||
Reference in New Issue
Block a user