allow a test notification from the notification help screen
This commit is contained in:
@@ -26,13 +26,13 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js,
|
||||
|
||||
* Tag wth the new version: `git tag 0.1.0`.
|
||||
|
||||
* If production, change src/constants/app.ts DEFAULT_*_SERVER to be PROD and package.json to not be _Test.
|
||||
* If production, change src/constants/app.ts DEFAULT_*_SERVER to be "PROD" and package.json to remove "_Test".
|
||||
|
||||
* `npm run build`
|
||||
|
||||
* `npx prettier --write ./sw_scripts/`
|
||||
|
||||
...to make sure the service worker scripts are in proper form
|
||||
...to make sure the service worker scripts are in proper form. It's only important if you changed something in that directory.
|
||||
|
||||
* `cp sw_scripts/[ns]* dist/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user