Skip to content

Commit

Permalink
feat(core): add 'nx migrate' command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 27, 2020
1 parent 27c6afc commit ea85a11
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@

<% if(cli === 'angular') { %>
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
<% } %>

<% if(cli === 'nx') { %>
"update": "nx migrate latest",
<% } %>

"workspace-schematic": "nx workspace-schematic",
Expand Down

0 comments on commit ea85a11

Please sign in to comment.