Skip to content

Commit

Permalink
chore: add publish command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleygrimes committed Feb 6, 2021
1 parent 2297784 commit 565ba31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dep-graph": "nx dep-graph",
"help": "nx help",
"commit": "git-cz",
"workspace-generator": "nx workspace-generator"
"workspace-generator": "nx workspace-generator",
"publish:in-memory-db": "npm publish dist/packages/in-memory-db"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 565ba31

Please sign in to comment.