Skip to content

Commit

Permalink
fix: merge declarations after build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Oct 4, 2020
1 parent 1c4f07c commit 5ac1705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"scripts": {
"build": "tsc",
"postbuild": "cat ./@types/express/index.d.ts >> ./dist/registerwarnings.d.ts",
"prerelease": "yarn build",
"release": "standard-version",
"test": "ts-mocha -p tsconfig.json test/**/*.ts",
Expand Down

0 comments on commit 5ac1705

Please sign in to comment.