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 160 forks source link

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

Closed superphly closed 6 years ago

superphly commented 7 years ago

I think this was an oversight, correct? The command is npm babel, so the script should be babel, not ens.

bmmpxf commented 6 years ago

Hi @superphly . Actually, it's incorrect for the opposite reason. Since what we're running is an ENS script (that happens to use babel), 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!