Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 93ca330

Browse files
fix: pnpm
1 parent e900481 commit 93ca330

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
lines changed

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# shamefully-hoist=true
2-
# strict-peer-dependencies=false
1+
shamefully-hoist=true
2+
strict-peer-dependencies=false

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"name": "productdevbook",
32
"version": "0.2.0",
43
"private": true,
5-
"workspaces": [
6-
"apps/*",
7-
"packages/*"
8-
],
94
"scripts": {
105
"dev": "turbo run dev --parallel --no-cache",
116
"dev:vue-storybook": "turbo run dev --parallel --no-cache --scope=@productdevbook/storybook-vue",
@@ -50,7 +45,13 @@
5045
"prettier": "2.7.1",
5146
"sass": "1.54.0",
5247
"turbo": "1.3.4",
53-
"unbuild": "0.7.6"
48+
"unbuild": "0.7.6",
49+
"@oku/api": "workspace:*",
50+
"@oku/config": "workspace:*",
51+
"oku-i18n": "workspace:*",
52+
"@oku/tsconfig": "workspace:*",
53+
"vue-app": "workspace:*",
54+
"vue-design-system": "workspace:*"
5455
},
5556
"engines": {
5657
"npm": "8.x",

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
2-
- "apps/*"
3-
- "packages/*"
2+
- "packages/*"
3+
- "apps/*"

0 commit comments

Comments
 (0)