danielwerg / r6api.js

🍫 Node.js wrapper around Rainbow Six Siege APIs
https://npm.im/r6api.js
MIT License
111 stars 19 forks source link

chore: add prepare script #89

Closed EndBug closed 2 years ago

EndBug commented 2 years ago

Closes #88

When installed from GitHub the install will take a bit longer, because it will automatically build the package from source. When installed from npm the dist directory will already be there, and so the package won't be built again. The same goes for every other npm install command after the first.