Skip to content

Commit

Permalink
fix: fixes prepare script and tsconfig extends field (#10)
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
Gozala authored Dec 18, 2020
1 parent c841875 commit 48c3099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/achingbrain/uint8arrays.git"
},
"scripts": {
"prepare": "aegir ts -p types",
"prepare": "aegir ts",
"test": "aegir test",
"lint": "aegir lint",
"release": "aegir release --docs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/aegir/src/config/tsconfig.aegir.json",
"extends": "aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist"
},
Expand Down

0 comments on commit 48c3099

Please sign in to comment.