Skip to content

Commit

Permalink
feat: remove examples, export more src
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Apr 4, 2023
1 parent 9ca589b commit da85422
Show file tree
Hide file tree
Showing 38 changed files with 1,928 additions and 17,705 deletions.
3 changes: 2 additions & 1 deletion lib/nile/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default Nile;

export * from './client/src/models';
export * from './client/src/apis';
export { ConfigurationParameters, StorageOptions } from './client/src/runtime';
export type { ConfigurationParameters } from './client/src/runtime';
export { StorageOptions } from './client/src/runtime';
export * from './model/DeveloperCredentials';
export * from './EventsApi';
2 changes: 1 addition & 1 deletion lib/nile/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
"include": ["src", "types"],
"include": ["src/**/*", "types"],
"exclude": ["src/generated/openapi"],
"compilerOptions": {
"target": "ES6",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
"packages/*"
],
"scripts": {
"build": "yarn build:js-lib && yarn build:react && yarn build:examples",
"build": "yarn build:js-lib && yarn build:react",
"build:js-lib": "yarn workspace @theniledev/js build",
"test:js-lib": "yarn workspace @theniledev/js test",
"test:react": "yarn workspace @theniledev/react test",
"build:react": "yarn workspace @theniledev/react build",
"build:examples": "yarn workspace @theniledev/examples build",
"build:react-storybook": "yarn build:js-lib && yarn build:react && yarn workspace @theniledev/react build-storybook",
"lint": "yarn eslint . --max-warnings=0",
"buildDocs": "yarn workspace @theniledev/js typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true src/index.ts",
Expand Down
38 changes: 0 additions & 38 deletions packages/examples/.gitignore

This file was deleted.

1 comment on commit da85422

@vercel
Copy link

@vercel vercel bot commented on da85422 Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.