Skip to content

Commit 4fa741a

Browse files
author
Vishal
committed
Added the missing JS directory in the Constellation build
1 parent 0b0597b commit 4fa741a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

angular.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"input": "./node_modules/@pega/constellationjs/dist/",
5959
"output": "./constellation/prerequisite"
6060
},
61+
{
62+
"glob": "*.*",
63+
"input": "./node_modules/@pega/constellationjs/dist/js",
64+
"output": "./constellation/prerequisite/js"
65+
},
6166
{
6267
"glob": "*.*",
6368
"input": "./src/assets/",

0 commit comments

Comments
 (0)