Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
fix: renames .ts to .d.ts and copies to dist/src on build (#71)
Browse files Browse the repository at this point in the history
At some point there will be a new aegir that does the copying automatically
but in the interim just copy it on build.

Fixes #68 and #69
  • Loading branch information
achingbrain authored Feb 5, 2021
1 parent db38dd6 commit 568ee54
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -10,7 +10,7 @@
"dist"
],
"scripts": {
"prepare": "aegir build --no-bundle",
"prepare": "aegir build --no-bundle && cp src/types.d.ts dist/src/types.d.ts",
"lint": "aegir lint",
"test": "aegir test",
"test:node": "aegir test --target node",
Expand Down
File renamed without changes.

0 comments on commit 568ee54

Please sign in to comment.