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

Commit f8de7f7

Browse files
fix: pnpm (#7)
* fix: pnpm * Update pnpm-lock.yaml Co-authored-by: productdevbook <[email protected]>
1 parent 93ca330 commit f8de7f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"version": "0.2.0",
33
"private": true,
4+
"workspaces": ["apps/*", "packages/*"],
45
"scripts": {
56
"dev": "turbo run dev --parallel --no-cache",
67
"dev:vue-storybook": "turbo run dev --parallel --no-cache --scope=@productdevbook/storybook-vue",
78
"dev:web": "turbo run dev --parallel --no-cache --scope=vue-web --scope=@oku/api --scope=app-nestjs --scope=oku-i18n",
89
"dev:mobile": "turbo run dev --parallel --no-cache --scope=vue-mobile --scope=@oku/api --scope=app-nestjs --scope=oku-i18n",
910
"dev:ui:web": "turbo run dev --parallel --no-cache --scope=vue-web --scope=@productdevbook/storybook-vue",
1011
"dev:ui:mobile": "turbo run dev --parallel --no-cache --scope=vue-mobile --scope=@productdevbook/storybook-vue",
12+
"dev:nestjs": "turbo run dev --filter=app-nestjs",
1113
"build": "turbo run build",
1214
"build:nestjs": "turbo run build --parallel --scope=app-nestjs",
1315
"build:vue-web": "turbo run build --parallel --scope=vue-web",
@@ -51,7 +53,11 @@
5153
"oku-i18n": "workspace:*",
5254
"@oku/tsconfig": "workspace:*",
5355
"vue-app": "workspace:*",
54-
"vue-design-system": "workspace:*"
56+
"vue-design-system": "workspace:*",
57+
"@productdevbook/email": "workspace:*",
58+
"app-nestjs": "workspace:*",
59+
"vue-mobile": "workspace:*",
60+
"vue-web": "workspace:*"
5561
},
5662
"engines": {
5763
"npm": "8.x",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)