bridge-compile
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -97,2 +97,3 @@ #!/usr/bin/env node | ||
////////////////////////////////////////////////////////////////////////////////////////////////// | ||
console.log(path_1.default.join(process.cwd(), '')); | ||
const { sourceFilePath, addedCode } = await (0, find_source_file_1.findSourceFilePath)(path_1.default.join(process.cwd(), '')); | ||
@@ -99,0 +100,0 @@ if (!sourceFilePath) |
{ | ||
"name": "bridge-compile", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"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
53121
1221