SyntaxFix
Write A Post
Hire A Developer
Questions
I added this to my package.json:
"build": "npm build", "clean": "rm -rf node_modules", "reinstall": "npm run clean && npm install", "rebuild": "npm run clean && npm install && npm run build",
Seems to work well.