Skip to content

Commit

Permalink
fix: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
rjlopezdev committed Dec 22, 2021
1 parent 18f964e commit 02893bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "tsc -p .",
"build:watch": "tsc -p . --watch",
"postinstall": "tsc --outDir ./dist",
"test": "jest",
"test:cov": "jest --coverage",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 02893bd

Please sign in to comment.