Skip to content

Commit fc8733d

Browse files
committed
fix verify-exports in prepush
1 parent 3fd3466 commit fc8733d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cwd": "{projectRoot}",
2525
"command": "pnpm run verify-exports"
2626
},
27-
"dependsOn": ["build:lib", "build:browser"]
27+
"dependsOn": ["build"]
2828
},
2929
"build:lib": {
3030
"executor": "@nx/vite:build",

0 commit comments

Comments
 (0)