File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # WIP: Async Context
1+ # Async Context
22
33## Thinks TODO:
4- - [ ] Publish to NPM
4+ - [ ] Add fancy [ badges ] ( https://shields.io/ )
55- [ ] Setup CI/CD (Github Actions or Circle)
6- - [ ] Add fancy [ badges] ( shields.io )
76- [ ] Add tests
87
98## Installation
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-steroids/async-context" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " NestJS Async Context based on async_hooks" ,
55 "author" : " Vlad Krokhin" ,
6+ "private" : false ,
67 "license" : " MIT" ,
78 "repository" : {
89 "type" : " git" ,
2122 "scripts" : {
2223 "prebuild" : " rimraf dist" ,
2324 "build" : " tsc -p tsconfig.json" ,
25+ "prepublish" : " npm run build" ,
2426 "format" : " prettier --write \" src/**/*.ts\" \" test/**/*.ts\" " ,
2527 "start" : " nest start" ,
2628 "start:dev" : " nest start --watch" ,
You can’t perform that action at this time.
0 commit comments