Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pnpm test
- name: Build and Test Examples
run: |
cd examples/nx-workspace-old
cd examples/nx-workspace
pnpm playwright install --with-deps
cd apps/ng-app-cli
# npx ng add ../../../packages/angular --skip-confirmation
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM node:18
FROM node:20

RUN npm install -g pnpm

WORKDIR /app

COPY . /app
RUN pnpm install --frozen-lockfile
RUN cd examples/nx-workspace-old && pnpm playwright install --with-deps && cd -
RUN cd examples/nx-workspace && pnpm playwright install --with-deps && cd -
RUN CI=1 pnpm test
RUN pnpm build && \
cd examples/nx-workspace-old && \
cd examples/nx-workspace && \
cd apps/ng-app-cli && \
# npx ng add ../../../packages/angular --skip-confirmation
npx tsc --noEmit --project tsconfig.app.json && \
Expand Down
4 changes: 0 additions & 4 deletions examples/nx-workspace-old/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/nx-workspace-old/apps/ng-app-cli/.env.local

This file was deleted.

41 changes: 0 additions & 41 deletions examples/nx-workspace-old/apps/ng-app-cli/karma.conf.js

This file was deleted.

61 changes: 0 additions & 61 deletions examples/nx-workspace-old/apps/ng-app-cli/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/nx-workspace-old/apps/ng-app-cli/project.json

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions examples/nx-workspace-old/apps/ng-app-cli/src/app/app.component.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions examples/nx-workspace-old/apps/ng-app-cli/src/env.d.ts

This file was deleted.

This file was deleted.

Binary file not shown.
14 changes: 0 additions & 14 deletions examples/nx-workspace-old/apps/ng-app-cli/src/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions examples/nx-workspace-old/apps/ng-app-cli/src/main.server.ts

This file was deleted.

9 changes: 0 additions & 9 deletions examples/nx-workspace-old/apps/ng-app-cli/src/main.ts

This file was deleted.

10 changes: 0 additions & 10 deletions examples/nx-workspace-old/apps/ng-app-cli/tsconfig.app.json

This file was deleted.

30 changes: 0 additions & 30 deletions examples/nx-workspace-old/apps/ng-app-cli/tsconfig.json

This file was deleted.

10 changes: 0 additions & 10 deletions examples/nx-workspace-old/apps/ng-app-cli/tsconfig.spec.json

This file was deleted.

Loading