Syed Aamir Naqib

Results 1 comments of Syed Aamir Naqib

@nandbit is correct. In addition, you can update `postinstall` line in **package.json** file to run build also. ``` - "postinstall": "cd ../../../Common/msal-node-wrapper && npm install" + "postinstall": "cd ../../../Common/msal-node-wrapper &&...