Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/rollup.dist.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const {
SOCKET_CLI_PUBLISHED_BUILD,
SOCKET_CLI_SENTRY_BUILD,
SOCKET_CLI_VERSION_HASH,
TAP,
VENDOR,
VITEST,
WITH_SENTRY,
depStatsPath,
rootDistPath,
Expand Down Expand Up @@ -385,10 +385,10 @@ export default () => {
)
],
[
TAP,
VITEST,
() =>
// Lazily access constants.ENV[TAP].
!!constants.ENV[TAP]
!!constants.ENV[VITEST]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer need to add this as it's added before.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the TAP one is redundant too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gonna merge. if redundant we can drop it in a separate PR. it doesnt seem to block right now

]
].reduce((obj, { 0: name, 1: value }) => {
obj[`process.env.${name}`] = value
Expand Down
10 changes: 0 additions & 10 deletions .taprc

This file was deleted.

Loading
Loading