Skip to content

Commit a2c7cb1

Browse files
committed
typo
1 parent b93618f commit a2c7cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/client-react-streaming/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
"build": "rimraf dist; tsup",
9999
"test": "concurrently -c auto \"yarn:test:*(!base) $@\"",
100100
"test:base": "TSX_TSCONFIG_PATH=./tsconfig.tests.json node --import tsx/esm --no-warnings --test \"$@\" src/**/*.test.(ts|tsx)",
101-
"test:ssr": "NODE_OPTIONS=\"${NODE_OPTIONS-} --conditions=node\" yarn run test:base",
102-
"test:browser": "NODE_OPTIONS=\"${NODE_OPTIONS-} --conditions=browser\" yarn run test:base",
103-
"test:rsc": "NODE_OPTIONS=\"${NODE_OPTIONS-} --conditions=react-server\" yarn run test:base",
101+
"test:ssr": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=node\" yarn run test:base",
102+
"test:browser": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=browser\" yarn run test:base",
103+
"test:rsc": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=react-server\" yarn run test:base",
104104
"prepack": "yarn build",
105105
"prepublishOnly": "yarn pack -o attw.tgz && attw attw.tgz && rm attw.tgz && yarn run test",
106106
"test-bundle": "yarn test-bundle:attw && yarn test-bundle:package && yarn test-bundle:publint && yarn test-bundle:shape",

0 commit comments

Comments
 (0)