Skip to content

Commit

Permalink
Updates the worker file during "use-packed-msw" command
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jul 4, 2020
1 parent 48ff603 commit 81ca75a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/use-packed-msw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ ls -la $package_path
# Install unpacked tarball to all sub-repositories
echo "Installing local package in the workspace..."
yarn workspaces run add file:"$package_path" --no-lockfile

# Update the "mockServiceWorker.js" in all examples
yarn update

0 comments on commit 81ca75a

Please sign in to comment.