README
Common Components for Ticketing
package.json scripts
- clean - run del-cli and delete the build directory
- build - clean and then build typescript into javascript.
- we updated tsconfig.json file to change output to ./build
- 'files': []
- which files should we publish > just do all of theme...
Publish to npm
- commit changes with git
- update npm version
- npm version patch
- npm run build
- npm publish
OR
- npm run pub
- goto directory that needs updated package
- npm update @secretsauce/common
- k get pods
- k exec -it [pod-name] sh > checkout files if you want...
pub script
- do steps above with 1 command
- what is bad about it for production
- basically just bad commit message and versions...