Finally working Events - Leads for exhibitors
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
npm run build
|
||||
```
|
||||
|
||||
If this is just a quick build update then only the build directory needs to be copied (rsync).
|
||||
```bash
|
||||
rsync -vhrz --exclude 'node_modules' ~/OSIT_dev/ae_app_svelte_tailwind_skeleton/build/ ~/OSIT_dev/ae_env_node_app/npm_deploy/build/
|
||||
|
||||
rsync -vhrz --exclude 'node_modules' ~/OSIT_dev/ae_app_svelte_tailwind_skeleton/build/ scott@linode.oneskyit.com:/srv/env/prod_aether_sveltekit/npm_deploy/build/
|
||||
```
|
||||
|
||||
* Copy the new package.json file to ./npm_deploy/
|
||||
* Copy the root node_modules directory to ./npm_deploy/build/node_modules/
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user