Renamed the script 'deploy' to 'release'
This commit is contained in:
parent
e32a456966
commit
cf9b35bb4d
4 changed files with 10 additions and 10 deletions
|
@ -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.`,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue