Add postinstall target

This commit is contained in:
David Boreham 2022-09-28 19:52:00 -06:00
parent b1d3c83d32
commit ff3d70cc0d

View File

@ -44,6 +44,7 @@
"test": "jest --runInBand --verbose",
"test:auctions": "TEST_AUCTIONS_ENABLED=1 jest --runInBand --verbose src/auction.test.ts",
"test:nameservice-expiry": "TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts",
"build": "tsc"
"build": "tsc",
"postinstall": "tsc --outDir ./dist"
}
}