Chore: Small fixes for the deployment script
This commit is contained in:
parent
1724e2f030
commit
df280e3e51
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
if (process.env.THEATRE_IS_PUBLISHING !== 'true') {
|
||||
throw Error(
|
||||
`This script may run only when the "prepare" command in root/theatre is running.`,
|
||||
`This script may run only when the "deploy" command in root/theatre is running.`,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue