mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
ci: enable npm workspaces
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@bob-the-algorithm/config",
|
||||
"private": false,
|
||||
"version": "0.0.1"
|
||||
"version": "0.1.8"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bob-the-algorithm/playground",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.8",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user