@symbo.ls/cli 2.11.176 → 2.11.178

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.
@@ -83,7 +83,7 @@ program
83
83
  try {
84
84
  for (const packageName of packagesToLink) {
85
85
  console.log(`Linking ${packageName}...`)
86
- execSync(`yarn link ${packageName}`, { stdio: 'inherit' })
86
+ execSync(`yarn link ${packageName} --force`, { stdio: 'inherit' })
87
87
  }
88
88
  console.log('All packages linked successfully.')
89
89
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.176",
3
+ "version": "2.11.178",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -26,5 +26,5 @@
26
26
  "node-fetch": "^3.1.0",
27
27
  "v8-compile-cache": "^2.3.0"
28
28
  },
29
- "gitHead": "1b4bac06a4a20f29d922916fb89f13bf5d51fc79"
29
+ "gitHead": "32da4c933b075401d1ed8a8c56b6e6b190bb9424"
30
30
  }