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

Feature/angular 10 support #666

Merged
merged 4 commits into from
Jul 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add preview and dry release scrupts
  • Loading branch information
Sambego committed Jun 29, 2020
commit 403b68c28b21c330abbd443b155ddd5a3bcdd5fa
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "np"
"release": "np",
"release:preview": "np --preview ",
"release:dry": "np --no-publish"
},
"private": false,
"dependencies": {
Expand Down Expand Up @@ -53,4 +55,4 @@
"publishConfig": {
"access": "public"
}
}
}