File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/@apphosting/create Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apphosting/create" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"main" : " dist/index.js" ,
5
5
"description" : " Experimental addon to the Firebase CLI to add web framework support" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " git+https://github.com/FirebaseExtended/firebase-framework-tools.git"
9
9
},
10
10
"bin" : {
11
- "apphosting- create" : " dist/bin/create.js"
11
+ "create" : " dist/bin/create.js"
12
12
},
13
13
"author" : {
14
14
"name" : " Firebase" ,
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ program
72
72
) ;
73
73
cloneSpinner . succeed ( ) ;
74
74
if ( packageManager === "npm" ) {
75
- console . log ( `> ${ packageManager } install` ) ;
76
- await spawn ( packageManager , [ "install" ] , {
75
+ console . log ( "> npm install" ) ;
76
+ await spawn ( "npm" , [ "install" ] , {
77
77
shell : true ,
78
78
stdio : "inherit" ,
79
79
cwd : dir ,
You can’t perform that action at this time.
0 commit comments