Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 5fb8413

Browse files
committed
build: add ng as a package binary
So that "npm link" will install it globally.
1 parent bd9a04e commit 5fb8413

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

bin/ng

100644100755
File mode changed.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"architect": "./bin/architect",
77
"build-optimizer": "./bin/build-optimizer",
88
"devkit-admin": "./bin/devkit-admin",
9+
"ng": "./bin/ng",
910
"purify": "./bin/purify",
1011
"schematics": "./bin/schematics"
1112
},

0 commit comments

Comments
 (0)