- [ ] remove '/**' from end of clean "clean": "rimraf dist", - [ ] remove `;` from commands and use `&&` "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
remove '/**' from end of clean
"clean": "rimraf dist",
remove
;from commands and use&&"build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",