Skip to content

Commit 07a37c7

Browse files
committed
chore(docs): add setup step for docs release
1 parent e96849c commit 07a37c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

workspace.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@
9898
"release": {
9999
"executor": "@nrwl/workspace:run-commands",
100100
"options": {
101-
"commands": ["yarn deploy"],
102-
"cwd": "docs"
101+
"commands": ["nx setup nx-shopify-docs", "yarn deploy"],
102+
"cwd": "docs",
103+
"parallel": false
103104
}
104105
}
105106
}

0 commit comments

Comments
 (0)