Remove prepare script from schema package

This commit is contained in:
rijkvanzanten
2021-07-15 14:32:48 -04:00
parent f60deb9ca2
commit 92d15a2fef

View File

@@ -6,7 +6,6 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build && echo \"Built successfully\"",
"prepare": "npm run build",
"dev": "npm-watch build"
},
"watch": {