prizmkit 1.0.96 → 1.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled/VERSION.json +3 -3
- package/bundled/skills/_metadata.json +1 -1
- package/package.json +1 -1
- package/src/upgrade.js +0 -2
package/bundled/VERSION.json
CHANGED
package/package.json
CHANGED
package/src/upgrade.js
CHANGED
|
@@ -27,7 +27,6 @@ import {
|
|
|
27
27
|
installPipeline,
|
|
28
28
|
installPrizmkitScripts,
|
|
29
29
|
installGitHook,
|
|
30
|
-
installPostMergeHook,
|
|
31
30
|
installGitignore,
|
|
32
31
|
resolvePipelineFileList,
|
|
33
32
|
} from './scaffold.js';
|
|
@@ -363,7 +362,6 @@ export async function runUpgrade(directory, options = {}) {
|
|
|
363
362
|
// Git hook
|
|
364
363
|
console.log(chalk.blue(' Git Hook:'));
|
|
365
364
|
await installGitHook(projectRoot, dryRun);
|
|
366
|
-
await installPostMergeHook(projectRoot, dryRun);
|
|
367
365
|
|
|
368
366
|
// .gitignore
|
|
369
367
|
console.log(chalk.blue(' Gitignore:'));
|