Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New refactored version using lerna workspaces #30

Merged
merged 10 commits into from
May 9, 2022
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
nestserver-*.exe
nestserver-*
.vscode
dist/
yarn-error.log
3 changes: 1 addition & 2 deletions cobigen-nest-server/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
node_modules/
.vscode
dist/
nestserver-linux-1.0.7
nestserver-macos-1.0.7
nestserver-*
6 changes: 6 additions & 0 deletions cobigen-nest-server/lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}
Loading