Updated monorepo building, dockerized
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"types": "dist/src/index.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "pnpm run build",
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@@ -5,8 +5,7 @@
|
||||
"types": "dist/src/index.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc --build",
|
||||
"postinstall": "pnpm run build"
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.4.2"
|
||||
|
Reference in New Issue
Block a user