Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Sep 23, 2020
1 parent f1945e8 commit 82ab559
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 1,515 deletions.
3 changes: 3 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release

Work in progress
4 changes: 2 additions & 2 deletions scripts/link-duplicates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Avoid duplicate versions of React in root project by forcing the Vulcan NPM version
# @see https://github.com/VulcanJS/vulcan-npm/issues/5
cd ./node_modules/react && yarn link && cd ../..
cd ./node_modules/react-dom && yarn link && cd ../..
# cd ./node_modules/react && yarn link && cd ../..
# cd ./node_modules/react-dom && yarn link && cd ../..
Loading

0 comments on commit 82ab559

Please sign in to comment.