shibukawa / oktavia

Full text search engine for JS environments
MIT License
70 stars 11 forks source link

Fix Build section in README.md #29

Open seikichi opened 7 years ago

seikichi commented 7 years ago

npm build doesn't run the script named build in package.json. This is because npm build is actually already an internal command, as described in the docs.

Fix the document by replacing npm build with npm run build.