Angular ng build does not produce dist folder -


i frustrated in ran ng build not produce dist folder in project folder. have no problem other projects. strange compiler not give errors. please check project , tell reason? https://github.com/vugar005/report kind regards

i have seen repository, , think problem on ".angular-cli.json" file. on line 9 specify outdir "../mhs" , should produce result "../mhs" folder instead of "dist" folder.

as resolution problem, change outdir "../mhs" "dist".

hope works ! :) -mczal


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -