File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/client-react-streaming Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 98
98
"build" : " rimraf dist; tsup" ,
99
99
"test" : " concurrently -c auto \" yarn:test:*(!base) $@\" " ,
100
100
"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" ,
104
104
"prepack" : " yarn build" ,
105
105
"prepublishOnly" : " yarn pack -o attw.tgz && attw attw.tgz && rm attw.tgz && yarn run test" ,
106
106
"test-bundle" : " yarn test-bundle:attw && yarn test-bundle:package && yarn test-bundle:publint && yarn test-bundle:shape" ,
You can’t perform that action at this time.
0 commit comments