-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename workspace to internal_e2e_packages * separate folders for each yarn_install & npm_install as prefactor for user node_modules
- Loading branch information
1 parent
61e35d3
commit c7311a6
Showing
19 changed files
with
391 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"description": "runtime dependencies for packages example", | ||
"dependencies": { | ||
"jsesc": "~1.2.0", | ||
"jasmine": "2.8.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./postinstall.js" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"description": "runtime dependencies for packages example", | ||
"dependencies": { | ||
"jsesc": "~1.2.0", | ||
"jasmine": "2.8.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./postinstall.js" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"description": "runtime dependencies for packages example", | ||
"dependencies": { | ||
"jsesc": "~1.2.0", | ||
"jasmine": "2.8.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./postinstall.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
{ | ||
"description": "runtime dependencies for packages example", | ||
"dependencies": { | ||
"jsesc": "~1.2.0", | ||
"jasmine": "2.8.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./postinstall.js", | ||
"pretest": "bazel run @nodejs//:yarn", | ||
"test": "bazel test //..." | ||
} | ||
} |
Oops, something went wrong.