Skip to content

Commit

Permalink
chore(assets): remove fixtures folder before untar (#2672)
Browse files Browse the repository at this point in the history
Otherwise in WSL the pre cdk-build fails with `fixtures/symlinks/external-dir-link: Cannot open: Invalid argument`.

Probably linked to a symlink issue in WSL.
  • Loading branch information
jogold authored and Elad Ben-Israel committed May 29, 2019
1 parent c52bcfc commit 88c4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"cdk-build": {
"pre": [
"cd test/fs && tar -xzvf fixtures.tar.gz"
"rm -rf test/fs/fixtures && cd test/fs && tar -xzvf fixtures.tar.gz"
]
},
"keywords": [
Expand Down

0 comments on commit 88c4199

Please sign in to comment.