Skip to content

Commit

Permalink
smarthome/local: fix build command line
Browse files Browse the repository at this point in the history
Change-Id: Ie279438ca19628a1b892e15fc784dde90c8c59bb
  • Loading branch information
proppy committed Jul 12, 2019
1 parent f5b85f0 commit 79d82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ Note: The local development server needs to listen on the same local network as

#### Deploy to Firebase Hosting
```
npm build --prefix app/
npm run build --prefix app/
npm run deploy --prefix app/ -- --project FIREBASE_PROJECT_ID
```
- Go to the [smart home project in the Actions console](https://console.actions.google.com/)
Expand Down

0 comments on commit 79d82d4

Please sign in to comment.