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"
}

View File

@@ -1,5 +1,5 @@
{
"name": "@bob-the-algorithm/config",
"private": false,
"version": "0.0.1"
"version": "0.1.8"
}

View File

@@ -1,7 +1,7 @@
{
"name": "@bob-the-algorithm/playground",
"private": true,
"version": "0.0.0",
"version": "0.1.8",
"type": "module",
"scripts": {
"dev": "vite",