Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 32b5f3e

Browse files
masimplodanbucholtz
authored andcommitted
chore(readme): update npm scripts (#382)
1 parent 0f113c8 commit 32b5f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Instead of depending on external task runners, Ionic App Scripts now prefers bei
3939

4040
```
4141
"scripts": {
42-
"build": "ionic-app-scripts build",
43-
"watch": "ionic-app-scripts watch"
42+
"ionic:build": "ionic-app-scripts build",
43+
"ionic:serve": "ionic-app-scripts serve"
4444
},
4545
```
4646

0 commit comments

Comments
 (0)