We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0818d28 commit a46895cCopy full SHA for a46895c
packages/cypress-ct-qwik/project.json
@@ -47,7 +47,7 @@
47
"options": {
48
"outputPath": "dist/packages/cypress-ct-qwik",
49
"commands": [
50
- "nx run cypress-ct-qwik:build-mount --skip-nx-cache && nx run cypress-ct-qwik:build-definition --skip-nx-cache"
+ "nx run cypress-ct-qwik:build-definition --skip-nx-cache && nx run cypress-ct-qwik:build-mount --skip-nx-cache"
51
]
52
},
53
"outputPath": "node_modules/cypress-ct-qwik",
packages/cypress-ct-qwik/src/index.ts
@@ -1,2 +1 @@
1
-export * from './lib/add-qwik-loader';
2
export * from './lib/mount';
0 commit comments