Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add support for other package managers to ng deploy
  • Loading branch information
jamesdaniels committed Sep 16, 2021
commit f7f09bb10e81819156130225886d576bb6d1ada5
2 changes: 1 addition & 1 deletion src/schematics/deploy/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export const deployToCloudRun = async (

// tslint:disable-next-line:no-non-null-assertion
const siteTarget = options.target ?? context.target!.project;

// TODO deploy cloud run
return await firebaseTools.deploy({
only: `hosting:${siteTarget}`,
Expand Down