near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

fix: js package needs to come first in workspaces #73

Closed chadoh closed 2 years ago

chadoh commented 2 years ago

js is a dependency of ava so it should come first in the workspaces list in package.json. If significant changes are made to the js package (such as deleting the lib directory), it would break things in ava.

Created based on @willemneal's comments at https://github.com/near/runner-js/pull/68#discussion_r722265240