ms-teams-notification icon indicating copy to clipboard operation
ms-teams-notification copied to clipboard

tsc skipped in build process

Open ktomaszx opened this issue 5 months ago • 1 comments

Hi, I don't have much experience with ts but seems like this commit e38bcccf674aafc990e0873afea3cefbdb5560e6 didn't fix Error: error:0308010C:digital envelope routines::unsupported "build": "set NODE_OPTIONS=--openssl-legacy-provider tsc", makes that tsc command is not run at all so changes made to main.ts are not reflected in index.js I would suggest adding && between commands also I noticed that export should be used instead of set command

ktomaszx avatar Mar 19 '24 11:03 ktomaszx

changes proposal https://github.com/jdcargile/ms-teams-notification/pull/67

ktomaszx avatar Mar 20 '24 07:03 ktomaszx