tegel icon indicating copy to clipboard operation
tegel copied to clipboard

build: reinstall packages script

Open mistermalm opened this issue 4 months ago • 4 comments

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

How to test

Provide detailed steps for testing, including any necessary setup.

  1. cd to tegel directory
  2. 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

mistermalm avatar Oct 09 '24 10:10 mistermalm