Re-brand #2

Merged
roysc merged 4 commits from dboreham/doc-fixes into main 2022-10-03 18:19:57 +00:00
Showing only changes of commit fb3edfabd3 - Show all commits

View File

@ -44,7 +44,6 @@
"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",
"postinstall": "tsc --outDir ./dist"
"build": "tsc"
}
}