@lnai/core 0.6.7 → 0.6.8
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1754,6 +1754,7 @@ async function runSyncPipeline(options) {
|
|
|
1754
1754
|
if (!dryRun) {
|
|
1755
1755
|
await writeManifest(rootDir, manifest);
|
|
1756
1756
|
const pathsToIgnore = computePathsToIgnore(manifest, state.config.tools);
|
|
1757
|
+
pathsToIgnore.push(`${UNIFIED_DIR}/${MANIFEST_FILENAME}`);
|
|
1757
1758
|
await updateGitignore(rootDir, pathsToIgnore);
|
|
1758
1759
|
}
|
|
1759
1760
|
return results;
|