Skip to content

Commit a46895c

Browse files
ref(cypress-ct-qwik): update package.json types
1 parent 0818d28 commit a46895c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cypress-ct-qwik/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"options": {
4848
"outputPath": "dist/packages/cypress-ct-qwik",
4949
"commands": [
50-
"nx run cypress-ct-qwik:build-mount --skip-nx-cache && nx run cypress-ct-qwik:build-definition --skip-nx-cache"
50+
"nx run cypress-ct-qwik:build-definition --skip-nx-cache && nx run cypress-ct-qwik:build-mount --skip-nx-cache"
5151
]
5252
},
5353
"outputPath": "node_modules/cypress-ct-qwik",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './lib/add-qwik-loader';
21
export * from './lib/mount';

0 commit comments

Comments
 (0)