@tscircuit/cli 0.1.1056 → 0.1.1057
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/cli/main.js +2 -1
- package/package.json +1 -1
package/dist/cli/main.js
CHANGED
|
@@ -82803,7 +82803,8 @@ var resolveInputFilePath = async (file) => {
|
|
|
82803
82803
|
var checkNetlist = async (file) => {
|
|
82804
82804
|
const resolvedInputFilePath = await resolveInputFilePath(file);
|
|
82805
82805
|
const completePlatformConfig = getCompletePlatformConfig({
|
|
82806
|
-
|
|
82806
|
+
pcbDisabled: true,
|
|
82807
|
+
routingDisabled: true,
|
|
82807
82808
|
placementDrcChecksDisabled: true
|
|
82808
82809
|
});
|
|
82809
82810
|
const { circuitJson } = await generateCircuitJson({
|