Renamed the script 'deploy' to 'release'

This commit is contained in:
Aria Minaei 2021-10-04 14:25:11 +02:00
parent e32a456966
commit cf9b35bb4d
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
if (process.env.THEATRE_IS_PUBLISHING !== 'true') {
throw Error(
`This script may run only when the "deploy" command in monorepo's root is running.`,
`This script may run only when the "release" command in monorepo's root is running.`,
)
}