Skip to content

Commit

Permalink
Merge pull request #99 from josemarluedke/rm/glimmerx-example
Browse files Browse the repository at this point in the history
chore: remove example glimmerx app
  • Loading branch information
josemarluedke authored Jan 7, 2025
2 parents b8f1e07 + 114ae10 commit 909d692
Show file tree
Hide file tree
Showing 35 changed files with 63 additions and 2,402 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,28 +92,8 @@ jobs:
yarn-version: 1.x
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
- run: |
yarn add --dev ${{ matrix.typescript }}
yarn tsc --version
working-directory: examples/glimmerx
- run: |
yarn add --dev ${{ matrix.typescript }}
yarn tsc --version
working-directory: packages/glimmer-apollo
- run: yarn test:types


examples-glimmerx:
name: GlimmerX Tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 14.x
yarn-version: 1.x
- run: yarn install --frozen-lockfile --non-interactive
- run: yarn build
- name: Test
run: yarn workspace glimmerx run test
11 changes: 0 additions & 11 deletions examples/glimmerx/.babelrc.js

This file was deleted.

33 changes: 0 additions & 33 deletions examples/glimmerx/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions examples/glimmerx/index.html

This file was deleted.

80 changes: 0 additions & 80 deletions examples/glimmerx/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/glimmerx/postcss.config.js

This file was deleted.

Binary file removed examples/glimmerx/public/favicon.png
Binary file not shown.
Binary file removed examples/glimmerx/public/logo192.png
Binary file not shown.
Binary file removed examples/glimmerx/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions examples/glimmerx/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/glimmerx/public/robots.txt

This file was deleted.

3 changes: 0 additions & 3 deletions examples/glimmerx/src/App.css

This file was deleted.

23 changes: 0 additions & 23 deletions examples/glimmerx/src/App.ts

This file was deleted.

16 changes: 0 additions & 16 deletions examples/glimmerx/src/Icons.ts

This file was deleted.

100 changes: 0 additions & 100 deletions examples/glimmerx/src/Notes.ts

This file was deleted.

Loading

0 comments on commit 909d692

Please sign in to comment.