File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 "docs:clear" : " npm run clear --prefix internal/website" ,
2727 "docs:install" : " cd internal/website && npm i && cd .." ,
2828 "docs:start" : " npm start --prefix internal/website" ,
29- "test" : " npm test --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next" ,
29+ "test" : " npm run build && npm test --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next" ,
3030 "minor" : " npm version minor --git-tag-version=false --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next && node scripts/version" ,
3131 "patch" : " npm version patch --git-tag-version=false --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next && node scripts/version" ,
3232 "start" : " npm run serve:prod --prefix internal/website" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface RequestContext {
2929 init : RequestInit ;
3030}
3131
32- function createQueryFetcher (
32+ export function createQueryFetcher (
3333 context ?: IncomingMessage ,
3434 applyRequestContext ?: ClientConfig [ 'applyRequestContext' ] ,
3535) {
Original file line number Diff line number Diff line change 11export * from './api' ;
22export * from './auth' ;
33export * from './config' ;
4+ export * from './utils' ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments