Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(schematics): firebase function deployment for angular universal #2305

Merged
merged 8 commits into from
Mar 27, 2020
Prev Previous commit
Next Next commit
test: fix broken test
  • Loading branch information
mgechev committed Feb 12, 2020
commit a57850639ef9321704d7d4c810d76a2c8d6adbea
2 changes: 1 addition & 1 deletion src/schematics/deploy/actions.jasmine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('Deploy Angular apps', () => {
expect(spy).toHaveBeenCalled();
expect(spy).toHaveBeenCalledWith({
cwd: 'cwd',
only: 'hosting: ' + PROJECT
only: 'hosting:' + PROJECT
});
});

Expand Down