@rushstack/rush-sdk
Advanced tools
Comparing version 5.61.0 to 5.61.1
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.61.0", | ||
"version": "5.61.1", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -20,6 +20,6 @@ "repository": { | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.61.0", | ||
"@microsoft/rush-lib": "5.61.1", | ||
"@rushstack/eslint-config": "2.5.1", | ||
"@rushstack/heft": "0.44.2", | ||
"@rushstack/heft-node-rig": "1.6.0", | ||
"@rushstack/heft-node-rig": "1.7.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -30,4 +30,6 @@ "@types/node": "12.20.24", | ||
"scripts": { | ||
"build": "heft test --clean" | ||
"build": "heft build --clean", | ||
"_phase:build": "heft build --clean", | ||
"_phase:test": "heft test --no-build" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
119514
2757