jitsu-build-scripts
Advanced tools
Comparing version 0.0.4-dev.630.20240202114957 to 0.0.4-dev.631.20240202115517
@@ -24,3 +24,3 @@ "use strict"; | ||
})); | ||
git.fetch(); | ||
await git.fetch(); | ||
const status = await git.status(); | ||
@@ -27,0 +27,0 @@ if (status.behind > 0) { |
{ | ||
"name": "jitsu-build-scripts", | ||
"version": "0.0.4-dev.630.20240202114957", | ||
"version": "0.0.4-dev.631.20240202115517", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "author": "Jitsu Dev Team <dev@jitsu.com>", | ||
"webpack": "^5.88.2", | ||
"juava": "0.0.4-dev.630.20240202114957" | ||
"juava": "0.0.4-dev.631.20240202115517" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
@@ -42,3 +42,3 @@ import * as path from "path"; | ||
//git check that all changes are pulled from remote | ||
git.fetch(); | ||
await git.fetch(); | ||
const status = await git.status(); | ||
@@ -45,0 +45,0 @@ if (status.behind > 0) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
907873
12410