Skip to content

Commit 4211b39

Browse files
jelbourntinayuangao
authored andcommitted
build(bazel): create script to run on top of ng_package output (#10776)
* build(bazel): create script to run on top of ng_package output * Use bazel query to get targets and use ng_package replacements attr
1 parent 09a60bb commit 4211b39

File tree

10 files changed

+777
-346
lines changed

10 files changed

+777
-346
lines changed

build-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*/
55
const {join} = require('path');
66

7-
const package = require('./package.json');
7+
const packageJson = require('./package.json');
88

99
/** Current version of the project*/
10-
const buildVersion = package.version;
10+
const buildVersion = packageJson.version;
1111

1212
/**
1313
* Required Angular version for all Angular Material packages. This version will be used

0 commit comments

Comments
 (0)