You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x/examples/website-wrapper-app/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To verify that your system has the necessary dependencies to generate your web w
29
29
[Please refer to CapacitorJS's environment setup guide](https://capacitorjs.com/docs/getting-started/environment-setup#ios-requirements) and run `./doctor` to check to see if you have all the required dependencies.
30
30
31
31
```sh
32
-
npm run reset
32
+
npm run reset# don't forget to run this between builds!
33
33
npm run build:project -- --platform=ios --entryUrl="https://www.example.com"
[Please refer to CapacitorJS's environment setup guide](https://capacitorjs.com/docs/getting-started/environment-setup#android-requirements) and run `./doctor` to check to see if you have all the required dependencies.
76
76
77
77
```sh
78
-
npm run reset
78
+
npm run reset# don't forget to run this between builds!
79
79
npm run build:project -- --platform=android --entryUrl="https://www.example.com"
0 commit comments