diff --git a/.github/workflows/deploy-changed-apps.yml b/.github/workflows/deploy-changed-apps.yml index 95512ede..b5d99733 100644 --- a/.github/workflows/deploy-changed-apps.yml +++ b/.github/workflows/deploy-changed-apps.yml @@ -24,7 +24,6 @@ jobs: ~/.cache/Cypress # needed for the Cypress binary key: npm-dependencies-${{ hashFiles('package.json') }} - run: pnpm install - - run: npx nx@18.3.4 affected -t docker-compose - name: Cache npm dependencies uses: actions/cache/save@v3 with: @@ -32,6 +31,7 @@ jobs: node_modules ~/.cache/Cypress # needed for the Cypress binary key: npm-dependencies-${{ hashFiles('package.json') }} + - run: npx nx@18.3.4 affected -t docker-compose # - run: npm i -D # - run: npx nx@18.3.4 affected -t docker-compose diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 817b0c41..d39a1446 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -78,7 +78,6 @@ export default function RootLayout({ children }: RootLayoutProps) { > - siema {children} {/* */} {/* */}