tegel
tegel copied to clipboard
build: reinstall packages script
Describe pull-request
Automated process: cd into all packages, remove node_modules and package-lock.json. Then install dependencies again.
Issue Linking:
Choose one of the following options
-
Jira:
CDEP-3501
tegel-script-to-improve-debugging
How to test
Provide detailed steps for testing, including any necessary setup.
- cd to tegel directory
- run command:
npm run reinstall
Checklist before submission
- [ ] All existing tests pass
- [ ]
npm run build-all
without errors
Additional context
Another suggestion is to split the script in two, one command to delete files, and one to install. Let me know what you think