bridge-compile
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -97,3 +97,3 @@ #!/usr/bin/env node | ||
////////////////////////////////////////////////////////////////////////////////////////////////// | ||
const { sourceFilePath, addedCode } = await (0, find_source_file_1.findSourceFilePath)('./'); | ||
const { sourceFilePath, addedCode } = await (0, find_source_file_1.findSourceFilePath)(path_1.default.join(process.cwd(), '')); | ||
if (!sourceFilePath) | ||
@@ -100,0 +100,0 @@ throw new Error('No source file detected'); |
{ | ||
"name": "bridge-compile", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "Compile the sdk of your Bridge project with one command locally", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53064