trufflesuite / trufflesuite.github.io

Staging Repo of Build Artifacts for Truffle Suite. Find the source at https://github.com/trufflesuite/trufflesuite.com
https://www.trufflesuite.com
34 stars 161 forks source link

Update creating-a-cli-with-truffle-3.md #195

Closed dmichael closed 6 years ago

dmichael commented 6 years ago

The command npm run babel does not match the script block

bmmpxf commented 6 years ago

Hi @dmichael . Actually, it's incorrect for the opposite reason. Since what we're running is an ENS script, we actually want the command to be npm run ens.

I've gone ahead and made this change. Thanks for bringing it to our attention!