Skip to content

Commit

Permalink
Update tools/scripts/start-local-registry.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
llwt authored Sep 12, 2024
1 parent 25ddae8 commit efa96f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/start-local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default async () => {
// local registry target to run
const localRegistryTarget = '@nrwl/nx-react-workshop:local-registry';
// storage folder for the local registry
const storage = './dist/local-registry/storage';
const storage = './tmp/local-registry/storage';

global.stopLocalRegistry = await startLocalRegistry({
localRegistryTarget,
Expand Down

0 comments on commit efa96f0

Please sign in to comment.