Skip to content

Commit

Permalink
fix(importing): copy typings into dist/lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Feb 24, 2021
1 parent 445bbc0 commit d4d0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && cp -R ./dist/types/* ./dist/lib && typedoc",
"start": "rollup -c rollup.config.ts -w",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit d4d0480

Please sign in to comment.