We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e1965 commit 09094c0Copy full SHA for 09094c0
.github/workflows/e2e-test.yml
@@ -246,6 +246,7 @@ jobs:
246
command: |
247
vp run type-check:tsgo
248
vp run build
249
+ vp run build:vinext
250
vp run test navigation-utils.test.ts real-browser-flicker.test.tsx workflow-parallel-limit.test.tsx
251
- name: viteplus-ws-repro
252
node-version: 24
ecosystem-ci/repo.json
@@ -2,8 +2,9 @@
2
"dify": {
3
"repository": "https://github.com/langgenius/dify.git",
4
"branch": "main",
5
- "hash": "356a156f365a3c762f29303176defb28cbed3710",
6
- "directory": "web"
+ "hash": "11e17871008f237d725960eafce7d3ecfe239ec4",
+ "directory": "web",
7
+ "forceFreshMigration": true
8
},
9
"skeleton": {
10
"repository": "https://github.com/skeletonlabs/skeleton.git",
0 commit comments