Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix port
Browse files Browse the repository at this point in the history
juditgreskovits committed Nov 22, 2024

Verified

This commit was signed with the committer’s verified signature.
juditgreskovits Judit Greskovits
1 parent eddbe81 commit 1d65422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-test.sh
Original file line number Diff line number Diff line change
@@ -64,6 +64,6 @@ stash_workspace_changes_if_requested
pnpm unlink $PLUGIN_NPM_NAME
pnpm link $PLUGIN_NPM_NAME --dir ${CURRENT_DIR}/dist/packages/$PLUGIN_NAME
pnpm nx generate $PLUGIN_NPM_NAME:project $app-e2e --project $app
pnpm nx e2e $app-e2e --skip-nx-cache
E2E_BASE_URL=3000 pnpm nx e2e $app-e2e --skip-nx-cache
restore_workspace_if_requested
popd

0 comments on commit 1d65422

Please sign in to comment.