uber / uber-direct-sdk

An Uber supported SDK for the Uber Direct API.
Apache License 2.0
0 stars 0 forks source link

Fix build in package.json #21

Closed mager closed 2 months ago

mager commented 2 months ago

The npm run prepare function will run and create the dist folder. We need to make sure we define the types/main in package.json.

See https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish.