Skip to content

Commit

Permalink
add yarn upgrade to the release process to get latest vulcan-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Mar 26, 2021
1 parent f3b1243 commit 4a4a2c4
Show file tree
Hide file tree
Showing 2 changed files with 2,786 additions and 5,717 deletions.
4 changes: 3 additions & 1 deletion src/content/docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ git checkout devel && git pull
# git checkout -b release/<next-version>
git merge master # get hot fixes if any
git merge devel
rm -Rf node_modules && yarn install # no missing module surprise
rm -Rf node_modules
yarn install # no missing module surprise
yarn upgrade # update versions to latest Vulcan NPM release

```

Expand Down
Loading

0 comments on commit 4a4a2c4

Please sign in to comment.