We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f482652 commit eeec921Copy full SHA for eeec921
scripts/build.ts
@@ -259,6 +259,9 @@ export default async function(
259
if (fileName.startsWith('test/') || fileName.startsWith('test\\')) {
260
return false;
261
}
262
+ if (pkg.name === '@angular-devkit/core' && fileName.startsWith('src/workspace/json/test')) {
263
+ return false;
264
+ }
265
266
// Remove Bazel files from NPM.
267
if (fileName === 'BUILD' || fileName === 'BUILD.bazel') {
0 commit comments