urbit / hoon-language-server

Language Server for Hoon. Middleware to translate between the Language Server Protocol and your Urbit.
MIT License
36 stars 10 forks source link

Fix published package issues #19

Closed patosullivan closed 2 years ago

patosullivan commented 2 years ago

Published npm packages should not require tsc, they should include the compiled JS and be immediately executable without having to run npm run build (that script should be run in prepublishOnly lifecycle script: https://docs.npmjs.com/cli/v8/using-npm/scripts#prepare-and-prepublish).