Updating npm and Svelte

This commit is contained in:
Scott Idem
2024-06-24 16:04:44 -04:00
parent c6b7c7e803
commit 58a975bfe9
3 changed files with 122 additions and 69 deletions

View File

@@ -44,7 +44,7 @@ rsync -vhrz --exclude 'node_modules' ~/OSIT_dev/ae_app_svelte_tailwind_skeleton/
```
* Copy the new package.json file to ./npm_deploy/
* Copy the root node_modules directory to ./npm_deploy/build/node_modules/
* Copy the root node_modules directory to ./npm_deploy/build/node_modules/ after running te omit dev command
```bash
npm ci --omit dev
```