Skip to content

Commit 565ba31

Browse files
committed
chore: add publish command to package.json
1 parent 2297784 commit 565ba31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"dep-graph": "nx dep-graph",
2525
"help": "nx help",
2626
"commit": "git-cz",
27-
"workspace-generator": "nx workspace-generator"
27+
"workspace-generator": "nx workspace-generator",
28+
"publish:in-memory-db": "npm publish dist/packages/in-memory-db"
2829
},
2930
"private": true,
3031
"dependencies": {

0 commit comments

Comments
 (0)