Closed newhouse closed 3 years ago
Added a "prepare" script to package.json. Has a lot of advantages that can be seen here: https://docs.npmjs.com/cli/v6/using-npm/scripts#life-cycle-scripts
"prepare"
package.json
Mostly, though:
npm publish
/dist
Thanks @newhouse! 🙇🏼
Added a
"prepare"
script topackage.json
. Has a lot of advantages that can be seen here: https://docs.npmjs.com/cli/v6/using-npm/scripts#life-cycle-scriptsMostly, though:
npm publish
/dist
stuff.