Skip to content

Commit

Permalink
push lock's
Browse files Browse the repository at this point in the history
  • Loading branch information
illiakovalenko committed Feb 25, 2021
1 parent 9d1fbbf commit e951cc4
Show file tree
Hide file tree
Showing 26 changed files with 321,844 additions and 117,077 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"reset": "lerna clean --yes && npm run bootstrap && npm run build-packages",
"bootstrap": "lerna bootstrap && npm run bootstrap-react && npm run bootstrap-react-dom",
"bootstrap": "lerna bootstrap",
"bootstrap:ci": "lerna bootstrap --ci",
"bootstrap-react": "cd ./packages/sitecore-jss-react/node_modules/react && npm link && cd ../../../sitecore-jss-nextjs && npm link react && npm link react && cd ../../samples/nextjs && npm link react && cd ../react && npm link react",
"bootstrap-react-dom": "cd ./packages/sitecore-jss-react/node_modules/react-dom && npm link && cd ../../../sitecore-jss-nextjs && npm link react-dom && cd ../../samples/nextjs && npm link react-dom && cd ../react && npm link react-dom",
Expand Down
Loading

0 comments on commit e951cc4

Please sign in to comment.