You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"lint-no-fix": "vue-cli-service lint --no-fix || (echo 'There were lint errors. Please run `npm run lint` to fix auto-them. If the linter execution fails, try running `npm install` first.' && false)"
if(debugMode)formattedLicenseNotice+="WARNING: Licenses for Rust packages are excluded in debug mode to improve performance — do not release without their inclusion!\n\n";
172
+
if(!rustLicenses)formattedLicenseNotice+="WARNING: Licenses for Rust packages are excluded in debug mode to improve performance — do not release without their inclusion!\n\n";
135
173
136
174
licenses.forEach((license)=>{
137
175
letpackagesWithSameLicense="";
@@ -153,9 +191,6 @@ ${license.licenseText}
153
191
`;
154
192
});
155
193
156
-
// Clean up by deleting the `rust-licenses.js` Rust licenses data file generated by Cargo About
0 commit comments