Skip to content

Commit

Permalink
wip(test): component-library-react / npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
peterennis committed Dec 18, 2019
1 parent 1ec1e95 commit c164430
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/component-library-react/dist/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/// <reference types="react" />
import { JSX } from 'component-library';
export declare const DemoComponent: import("react").ForwardRefExoticComponent<Pick<import("./react-component-lib/utils").IonicReactExternalProps<JSX.DemoComponent & import("./react-component-lib/ReactProps").ReactProps, HTMLDemoComponentElement>, "max" | "children" | "className" | "advanced" | "min" | "onSlideChanged" | "value"> & import("react").RefAttributes<HTMLDemoComponentElement>>;
export declare const DemoComponent: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<any>>;
2 changes: 1 addition & 1 deletion packages/component-library-react/dist/components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 23 additions & 3 deletions packages/component-library-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/component-library-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -rf dist",
"clean": "rimraf dist",
"compile": "npm run tsc",
"tsc": "tsc -p ."
},
Expand All @@ -29,6 +29,7 @@
"jest-dom": "^3.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rimraf": "^3.0.0",
"rollup": "^1.21.2",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.3.4000"
Expand Down

0 comments on commit c164430

Please sign in to comment.