disable wip snippets
This commit is contained in:
@ -12,6 +12,10 @@ import { apply_template, modify_json } from '../../Helper';
|
||||
import { general, node } from './Assets';
|
||||
|
||||
export default class Jenkins implements Snippet {
|
||||
public is_active (): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
public async start (): Promise<void> {
|
||||
const is_node = await new Confirm ({
|
||||
message: 'is the current project using nodejs?',
|
||||
|
Reference in New Issue
Block a user