mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-08-28 20:11:39 +00:00
Fix packages again
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ WORKDIR /app
|
||||
# Install pnpm
|
||||
RUN npm install -g pnpm
|
||||
|
||||
COPY package.json pnpm-lock.yaml* ./
|
||||
COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml* ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
COPY . .
|
||||
RUN pnpm run build
|
||||
|
||||
@@ -35,12 +35,5 @@
|
||||
"tailwindcss": "^4.3.2",
|
||||
"tsx": "4.22.4",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"picomatch@>=4": "4.0.4",
|
||||
"baseline-browser-mapping": "2.10.40",
|
||||
"electron-to-chromium": "1.5.383"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
overrides:
|
||||
"picomatch@>=4": 4.0.4
|
||||
baseline-browser-mapping: 2.10.40
|
||||
electron-to-chromium: 1.5.383
|
||||
Reference in New Issue
Block a user