Skip to content

Commit 3fe6658

Browse files
committed
improvements to npm pack
1 parent 301c989 commit 3fe6658

5 files changed

Lines changed: 36 additions & 7049 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ deps/mermaid
107107
samples/output.md
108108
junit.xml
109109
output-*.json
110+
funktechno-sqlsimpleparser*

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ typings/
101101

102102
# TernJS port file
103103
.tern-port
104-
lib
105104
deps/mermaid
106105
samples/output.md
107106
junit.xml
108107
output-*.json
109108
tests
110109
.github
110+
funktechno-sqlsimpleparser*
111111
coverage

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ const models = parser
8585
## Development
8686
* `npm install`
8787
* `npm test` or use vscode debugger **Jest single run**
88+
89+
## Deploy
90+
* `npm publish --access public`
91+
* Testing
92+
* `npm pack`

0 commit comments

Comments
 (0)