fix test number check that increments

This commit is contained in:
2025-01-11 16:41:26 -07:00
parent 67c440fde5
commit 5c58f75d82
2 changed files with 17 additions and 5 deletions

View File

@@ -52,7 +52,11 @@ Look below for the "test-all" instructions.
* Record what version is currently on production in docs.
* Run the correct build:
* Get on the server and run the correct build:
* `cd crowd-funder-for-time-pwa && git pull`
* Previous command: `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari`
* Staging
@@ -70,9 +74,7 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari.
npm run build
```
* Get on the server and back up the time-safari/dist folder.
* `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntutest@test.timesafari.app:time-safari`
* Back up the time-safari/dist folder.
* Record the new hash in the changelog. Edit package.json to increment version & add "-beta", `npm install`, and commit. Also record what version is on production.