mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
updated-pkg-manager
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
"version": "1.0.0",
|
||||
"homepage": "/bob-the-algorithm",
|
||||
"scripts": {
|
||||
"postinstall": "lerna bootstrap",
|
||||
"dev": "yarn workspace @morten-olsen/bob start",
|
||||
"build:web": "yarn workspace @morten-olsen/bob build:web",
|
||||
"build:storybook": "yarn workspace @morten-olsen/ui build:storybook",
|
||||
"dev:storybook": "yarn workspace @morten-olsen/ui dev"
|
||||
},
|
||||
"packageManager": "yarn@3.1.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"private": true
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"lerna": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user