NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code
https://hardhat.org
MIT License
163 stars 36 forks source link

docs: add .env warning to publish instructions #501

Closed kanej closed 1 year ago

kanej commented 1 year ago

Our changes to the build to pull in telemetry secrets for ga and sentry clashed with our publish instructions (to git clean to test that there are no changes with an npm install).

A warning to check that a valid .env file has been added is included now in the publish doc.