Skip to content

Commit ecd875c

Browse files
committed
Added Development + Deployment sections to README
1 parent 843253d commit ecd875c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,13 @@ are using it from a `package.json` script, you can simply write `typescript-scri
8686
Runs the `tsc` compiler.
8787

8888
Accepts all the usual [tsc CLI flags and options](https://www.typescriptlang.org/docs/handbook/compiler-options.html).
89+
90+
## Development
91+
92+
- `npm install`
93+
94+
## Packaging/Deployment
95+
96+
Ensure you are logged in with npm -> `npm login`
97+
98+
Run `npx np <minor | patch>` and go through the instructions

0 commit comments

Comments
 (0)