fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 231 forks source link

How do I build a new dist/react-typeahead.js? #148

Closed arahansen closed 8 years ago

arahansen commented 8 years ago

I tried building a new dist/react-typeahead.js with npm build but that didn't seem to drop any file into the dist folder. Is there something I'm missing here?

HeyHugo commented 8 years ago

I think what you want to do is npm run build

arahansen commented 8 years ago

Ah, that's the one I was looking for. Thanks!