-
Notifications
You must be signed in to change notification settings - Fork 406
#RI-2450 - add tutorials provider #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
redisinsight/api/src/modules/shared/services/instances-business/auto-discovery.service.ts
Show resolved
Hide resolved
…nto feature/RI-2450_update_static
"build:defaults:content": "ts-node ./scripts/default-content.ts", | ||
"build:defaults": "yarn build:defaults:enablement-area && yarn build:defaults:commands yarn build:defaults:content", | ||
"build:defaults": "yarn build:defaults:guides && yarn build:defaults:commands && yarn build:defaults:content", | ||
"prebuild": "rimraf dist", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test it locally? I assume that default tutorials will not work because I don't see build:defaults:tutorials
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't include the tutorials because there are no files in the repository, so the script will fail with an error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, do not hurry up build:defaults:tutorialss
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No newline at the end of file
}); | ||
}); | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No new line...
* Exract file in folder | ||
*/ | ||
export const updateFile = async (path: string, fileName: string, data: any): Promise<void> => { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you use linter? It should highlite extra line here
"build:defaults:content": "ts-node ./scripts/default-content.ts", | ||
"build:defaults": "yarn build:defaults:enablement-area && yarn build:defaults:commands yarn build:defaults:content", | ||
"build:defaults": "yarn build:defaults:guides && yarn build:defaults:commands && yarn build:defaults:content", | ||
"prebuild": "rimraf dist", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, do not hurry up build:defaults:tutorialss
No description provided.