Skip to content

Commit 9ac316d

Browse files
committed
feat(cli): Updating push to include the project
1 parent 02be0f0 commit 9ac316d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ const questionsPushResources = [
429429
name: "resources",
430430
message: "Which resources would you like to push?",
431431
choices: [
432+
{ name: 'Project', value: 'project' },
432433
{ name: 'Functions', value: 'functions' },
433434
{ name: 'Collections', value: 'collections' },
434435
{ name: 'Buckets', value: 'buckets' },

0 commit comments

Comments
 (0)