UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

11 lines (9 loc) 239 B
#!/usr/bin/env node const SEMANTIC_RELEASE_CONFIG_SCRIPTS = { release: { command: "semantic-release", name: "release", }, }; export { SEMANTIC_RELEASE_CONFIG_SCRIPTS }; //# sourceMappingURL=scripts.constant.js.map