ci: enable npm workspaces

This commit is contained in:
Morten Olsen
2023-09-06 13:21:13 +02:00
parent 6f485f90e4
commit b722d385f7
7 changed files with 1091 additions and 7 deletions

View File

@@ -24,5 +24,6 @@
"scripts": {
"build": "tsc --build configs/tsconfig.libs.json"
},
"types": "./dist/cjs/types/index.d.ts"
"types": "./dist/cjs/types/index.d.ts",
"version": "0.1.8"
}