Loading
Tensorboard change NPM script name prepare to prep (#9051)
NPM 4.3 now calls the 'prepare' script as part of the install process. As a result, running 'npm install' or 'npm run prepare' causes an infinite loop. This removes the infinite loop.