inv-invisalignblog
v0.0.18
Published
In the project directory, you can run:
Downloads
17
Keywords
Readme
Available Scripts
In the project directory, you can run:
npm run start
Runs the app in the development mode.
npm run build
Builds the app for production to the build
folder.
npm run buildlib
Note that this command will complete with some errors - you can ignore them, the command will still generate this file index.d.ts in the build folder
npm run builddts
Make sure that you increment the version number in the package.json file and you have the manage access for the invisalignblog
npm package, then run
npm publish
Shortcut Commands
npm version patch --no-git-tag-version && npm i && npm run buildlib && npm run builddts
npm publish