Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Dec 7, 2024
1 parent 6f2d7a5 commit 459d323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/capacitor/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
CreateNodesV2,
getPackageManagerCommand,
ProjectConfiguration
ProjectConfiguration,
} from '@nx/devkit';
import { dirname } from 'node:path';

Expand Down
9 changes: 1 addition & 8 deletions tools/scripts/start-local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ export default async () => {
},
});

execFileSync('pnpm', [
'nx',
'run-many',
'-t',
'build',
'--exclude',
'docs'
]);
execFileSync('pnpm', ['nx', 'run-many', '-t', 'build', '--exclude', 'docs']);

await releasePublish({
tag: 'e2e',
Expand Down

0 comments on commit 459d323

Please sign in to comment.