MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Fix development scripts #129

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

The scripts in development were previously migrated to TypeScript. They were somewhat broken. This PR makes them plain JavaScript again, and removes them from the build output. This alters the structure of dist, which has been taken into account.

This also fixes a bug introduced in #126, due to evalWorker.ts being renamed to eval-worker.ts.