mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Remove sync build step from CI pipeline
This commit is contained in:
@@ -25,8 +25,6 @@ jobs:
|
||||
run: pnpm audit --audit-level high
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run sync
|
||||
run: pnpm run sync
|
||||
- name: Svelte Diagnostics
|
||||
run: pnpm run check
|
||||
- name: Linter
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ ENV PUBLIC_STRIPE_KEY=$PUBLIC_STRIPE_KEY
|
||||
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
|
||||
ENV NODE_OPTIONS=--max_old_space_size=8192
|
||||
|
||||
RUN pnpm run sync && pnpm run build
|
||||
RUN pnpm run build
|
||||
|
||||
FROM nginx:1.25-alpine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user