delete and copy files using shx in package.json – Twitter API
I have two npm projects, one is a Gatsby project called web-project and another one is Express project called server-project. This is the file structure of the projects: - projects - web-project - public - package.json - server-project - package.json…