Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 91c746a

Browse files
authored
cds watch -> npm start
1 parent 2d87e7a commit 91c746a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎exercises/05/readme.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ Note the difference in capitalization here. The property name is `country` which
136136

137137
While the `cds watch` is useful, it supresses various messages to keep the noise down. But there's something in those suppressed messages that you should pay attention to.
138138

139-
:point_right: Terminate any running `cds watch` process, and run `cds deploy && cds watch` manually:
139+
:point_right: Terminate any running `cds watch` process, and run `cds deploy && npm start` manually:
140140

141141
```sh
142142
user@host:~/bookshop
143-
=> cds deploy && cds watch
143+
=> cds deploy && npm start
144144
> filling my.bookshop.Authors from db/csv/my.bookshop-Authors.csv
145145
> filling my.bookshop.Books from db/csv/my.bookshop-Books.csv
146146
/> successfully deployed to ./bookshop

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /