Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16d39b7

Browse files
authored
Merge pull request preboot#57 from jairovsky/fix-npm-watch-doc
fix 'npm run watch' docs
2 parents 2f64fc9 + c8d5735 commit 16d39b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It will start a local server using `webpack-dev-server` which will watch, build
7575
### Build files
7676

7777
* single run: `npm run build`
78-
* build files and watch: `npm run watch`
78+
* build files and watch: `npm start`
7979

8080
## Testing
8181

0 commit comments

Comments
 (0)