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

Commit 235c174

Browse files
authored
chore(changelog): add step to install app-scripts
1 parent b38c54e commit 235c174

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

CHANGELOG.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,30 @@ To use this version of `@ionic/app-scripts`, follow these steps to upgrade:
77
1. Install the latest version of the ionic cli
88

99
```
10-
npm install ionic@latest
10+
npm install ionic@latest -g
1111
```
1212

1313
Note: sudo may be required depending on your workstation set-up
1414

1515
2. Update the project's `package.json` file's `script` section to look like this:
1616

17-
```
18-
...
19-
"scripts" : {
20-
"ionic:build": "ionic-app-scripts build",
21-
"ionic:serve": "ionic-app-scripts serve"
22-
}
23-
...
24-
```
17+
```
18+
...
19+
"scripts" : {
20+
"ionic:build": "ionic-app-scripts build",
21+
"ionic:serve": "ionic-app-scripts serve"
22+
}
23+
...
24+
```
25+
26+
Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them.
27+
2528

26-
Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them!
29+
3. Install the latest version of `@ionic/app-scripts`
30+
31+
```
32+
npm install @ionic/app-scripts@latest --save-dev
33+
```
2734

2835
### Bug Fixes
2936

0 commit comments

Comments
 (0)