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

build: rename 'publish' to 'release' #62

Closed chadoh closed 2 years ago

chadoh commented 2 years ago

yarn publish is already a command, so this name doesn't work well with scripts

Since the pre- prefix means something else in package.json files, this also renames the prerelease script to release:prerelease.