pavloko/source-map-unpack

Running `yarn install` calls the TypeScript compiler immediately after installation is finished

RA80533 opened this issue · 0 comments

The source of the issue is the use of the prepublish script in package.json. According to the documentation, prepublish is deprecated and prepublishOnly should be used instead.