Remove prepublish build step, handled in CI

This commit is contained in:
rijkvanzanten
2021-07-15 14:23:48 -04:00
parent ddab55d190
commit f60deb9ca2
11 changed files with 8 additions and 16 deletions

View File

@@ -18,7 +18,6 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "npm run cleanup",
"build": "tsc --project ./tsconfig.json",
"cleanup": "run-p cleanup:*",