-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: tweaks to CI jobs to account for symlink refactor (#370)
* chore: remove package files for common, fix imports via node_modules symlink This commit removes all of the package.json and ts config files from the common dir since we are not treating it as a package, but rather just as a directory of files that will be shared via symlink between the SDKs. We also need to do a hacky thing for now in the build script, where we symlink the node_modules dir from the sdk into the common dir so that imports from the files in common will work. This won't be an issue for the packaged artifact since the symlink won't exist. In a subsequent commit we still need to add a solution for running the shared tests in the common directory.
- Loading branch information
Showing
13 changed files
with
12 additions
and
11,413 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.