Skip to content

Commit 4497119

Browse files
authored
Merge pull request #16 from ProvableHQ/reorg-folders-fix-install
Reorg folders and fix install
2 parents 4a93440 + cab9716 commit 4497119

51 files changed

Lines changed: 3378 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*"
77
],
88
"scripts": {
9-
"build": "turbo run build",
9+
"build": "turbo run build --filter=!react-app-example --filter=!react-app-example-hooks",
1010
"examples:dev": "concurrently \"pnpm run adapter-app:dev\" \"pnpm run hooks-app:dev\"",
1111
"adapter-app:dev": "cd examples/react-app && pnpm dev",
1212
"hooks-app:dev": "cd examples/react-app-hooks && pnpm dev",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./dist"
55
},
66
"include": ["src"]
7-
}
7+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)