Skip to content

Commit

Permalink
chore: remove rematch-hash-router example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 28, 2021
1 parent d67ee56 commit 9aacae6
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 1,000 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ jobs:
working-directory: example/rematch
run: npm run build

- name: example @template/rematch-hash-router
working-directory: example/rematch-hash-router
run: npm run build

- name: example @template/rematch-tsx
working-directory: example/rematch-tsx
run: npm run build
Expand Down Expand Up @@ -231,11 +227,6 @@ jobs:
working-directory: example/rematch
- run: cp -rp example/rematch/rematch.zip ./zip

- name: Compress rematch-hash-router Example.
run: zip -r -y rematch-hash-router.zip . -x "node_modules/*" -x "build/*" -x "dist/*" -x "coverage/*" -x ".eslintcache" -x "sandbox.config.json"
working-directory: example/rematch-hash-router
- run: cp -rp example/rematch-hash-router/rematch-hash-router.zip ./zip

- name: Compress rematch-tsx Example.
run: zip -r -y rematch-tsx.zip . -x "node_modules/*" -x "build/*" -x "dist/*" -x "coverage/*" -x ".eslintcache" -x "sandbox.config.json"
working-directory: example/rematch-tsx
Expand Down
17 changes: 0 additions & 17 deletions example/rematch-hash-router/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions example/rematch-hash-router/.kktrc.js

This file was deleted.

37 changes: 0 additions & 37 deletions example/rematch-hash-router/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions example/rematch-hash-router/mocker/index.js

This file was deleted.

49 changes: 0 additions & 49 deletions example/rematch-hash-router/package.json

This file was deleted.

Binary file removed example/rematch-hash-router/public/favicon.ico
Binary file not shown.
39 changes: 0 additions & 39 deletions example/rematch-hash-router/public/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions example/rematch-hash-router/sandbox.config.json

This file was deleted.

41 changes: 0 additions & 41 deletions example/rematch-hash-router/src/Router.js

This file was deleted.

52 changes: 0 additions & 52 deletions example/rematch-hash-router/src/common/menu.js

This file was deleted.

44 changes: 0 additions & 44 deletions example/rematch-hash-router/src/common/router.js

This file was deleted.

Loading

0 comments on commit 9aacae6

Please sign in to comment.