Skip to content

Commit

Permalink
Create empty package.json in e2e test
Browse files Browse the repository at this point in the history
Create empty package.json in e2e test while installing packaged CLI to prevent installation issues.
  • Loading branch information
matoilic committed Mar 5, 2017
1 parent 8951fbe commit 70062c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ mv package.json.orig package.json

# Install the CLI in a temporary location
cd $temp_cli_path
echo "{}" > package.json
npm install $cli_path

# Install the app in a temporary location
Expand Down

0 comments on commit 70062c4

Please sign in to comment.