Skip to content

Commit fdb2083

Browse files
committed
updated vite test
1 parent 7381ab7 commit fdb2083

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
6. Consolidate new changes from `src/bld/*.ts` into `types/index.d.ts` and update version in head comment
2121
7. Open `dist/*.js` and check headers
2222
8. Update version in: `demos/node/package.json`
23+
9. Update pptxgenjs dep version in: `demos/vite-demo/package.json`
2324

2425
## 🧪 Run Tests Before Release
2526

TESTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,14 @@ Start the app:
9999
```bash
100100
cd demos/vite-demo
101101
npm install
102-
npm run build
103102
npm run dev
104103
```
105104

106105
From your network:
107106

108-
- iMac: [http://localhost:3000](http://localhost:3000)
109-
- iPhone: `http://192.168.254.x:3000`
110-
- Android: `http://192.168.254.x:3000`
107+
- MacBook..: [Demo](http://localhost:8080/PptxGenJS/)
108+
- iPhone...: [Demo](http://192.168.254.x:8080/PptxGenJS/)
109+
- Android..: [Demo](http://192.168.254.x:8080/PptxGenJS/)
111110

112111
1. Run test slides, export PowerPoint files.
113112
2. Open files on each device to verify:

0 commit comments

Comments
 (0)