Skip to content

Commit 1df2731

Browse files
ll
1 parent c11d8bb commit 1df2731

File tree

13 files changed

+15
-19173
lines changed

13 files changed

+15
-19173
lines changed

dashboard-admin-react-rspack-material-ui/dashboard-app/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR '/app'
44

55
COPY package.json .
66

7-
RUN rm -rf node_modules/ && yarn
7+
RUN rm -rf node_modules/ && pnpm install
88

99
COPY . .
1010

11-
CMD ["yarn", "start"]
11+
CMD ["pnpm", "run", "start"]

dashboard-admin-react-rspack-material-ui/dashboard-app/yarn.lock

Lines changed: 0 additions & 4850 deletions
This file was deleted.

dashboard-admin-react-rspack-material-ui/faq-app/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR '/app'
44

55
COPY package.json .
66

7-
RUN rm -rf node_modules/ && yarn
7+
RUN rm -rf node_modules/ && pnpm install
88

99
COPY . .
1010

11-
CMD ["yarn", "start"]
11+
CMD ["pnpm", "run", "start"]

dashboard-admin-react-rspack-material-ui/root/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR '/app'
44

55
COPY package.json .
66

7-
RUN rm -rf node_modules/ && yarn
7+
RUN rm -rf node_modules/ && pnpm install
88

99
COPY . .
1010

11-
CMD ["yarn", "start"]
11+
CMD ["pnpm","run", "start"]

dashboard-admin-react-rspack-material-ui/root/yarn.lock

Lines changed: 0 additions & 4968 deletions
This file was deleted.

dashboard-admin-react-rspack-material-ui/sidebar/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR '/app'
44

55
COPY package.json .
66

7-
RUN rm -rf node_modules/ && yarn
7+
RUN rm -rf node_modules/ && pnpm i
88

99
COPY . .
1010

11-
CMD ["yarn", "start"]
11+
CMD ["pnpm", "run", "start"]

dashboard-admin-react-rspack-material-ui/sidebar/yarn.lock

Lines changed: 0 additions & 4747 deletions
This file was deleted.

dashboard-admin-react-rspack-material-ui/team-app/yarn.lock

Lines changed: 0 additions & 4594 deletions
This file was deleted.

genesis/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.0.0",
3-
"npmClient": "yarn",
3+
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.0.0",
3-
"npmClient": "yarn",
3+
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.0.0",
3-
"npmClient": "yarn",
3+
"npmClient": "pnpm",
44
"useWorkspaces": true
55
}

pnpm-lock.yaml

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

remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"preinstall": "find . -name \"noexist\" -type d -prune -exec rm -rf '{}' +; pnpm install --ignore-scripts",
6-
"server": "concurrently 'cd ./app1; sleep 1 && yarn run server' 'cd ./app2; yarn run server'",
6+
"server": "concurrently 'cd ./app1; sleep 1 && npm run server' 'cd ./app2; npm run server'",
77
"start": "pnpm --filter remix-* --parallel start"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)