Closed mager closed 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.
npm run prepare
See https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish.
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.