Skip to content

Commit

Permalink
Move examples (#151)
Browse files Browse the repository at this point in the history
* Move examples

* Fix

* Update package.json

* Fix ci

* all.yaml の更新

* all.yaml の更新
  • Loading branch information
mpppk authored Jan 2, 2025
1 parent c51764d commit 656760b
Show file tree
Hide file tree
Showing 27 changed files with 174 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build -w pkgs/typed-api-spec
- run: npm test -w pkgs/examples
- run: npm test -w examples/misc
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pkgs/examples/package.json → examples/misc/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"scripts": {
"format": "prettier --write .",
"format": "prettier --write ",
"watch:type-check": "npx tsc --noEmit --watch",
"test": "run-p test:*",
"test:lint": "eslint .",
"test:format": "prettier --check .",
"test:lint": "eslint ",
"test:format": "prettier --check ",
"test:type-check": "tsc --noEmit",
"ex:express:zod:server": "tsx express/zod/express.ts",
"ex:express:zod:client": "tsx express/zod/fetch.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion pkgs/examples/tsconfig.json → examples/misc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"exclude": ["../docs"],
"exclude": [
"../../pkgs/docs"
],
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},
"include": ["src"]
"include": [
"src"
]
}
File renamed without changes.
Loading

0 comments on commit 656760b

Please sign in to comment.