Describe the bug
Today, the playground server gets the needed libraries for the npm package. This means that when we make changes in the library files, the changes cannot be tested on the playground's test level, as they aren't reflected.
To Reproduce
Steps to reproduce the behavior:
Make a breaking change in the libraries.
run 'npm run test:playground'.
See error.
Expected behavior
When running 'npm run test:playground', we should be able to reflect the latest changes in the library level.
Describe the bug Today, the playground server gets the needed libraries for the npm package. This means that when we make changes in the library files, the changes cannot be tested on the playground's test level, as they aren't reflected.
To Reproduce Steps to reproduce the behavior:
Expected behavior When running 'npm run test:playground', we should be able to reflect the latest changes in the library level.