Skip to content

Commit 1201b4b

Browse files
committed
chore: add docs start script deps, add docs build back to CI build workflow
1 parent a13d3d5 commit 1201b4b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./packages/blockly
5454

5555
- name: Run Build
56-
run: npm run build
56+
run: npm run build:all
5757

5858
- name: Run Test
5959
run: npm run test

packages/docs/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"description": "Blockly documentation site",
66
"nx": {
77
"targets": {
8+
"start": {
9+
"dependsOn": [
10+
"^build",
11+
{
12+
"projects": "blockly",
13+
"target": "docs"
14+
}
15+
]
16+
},
817
"build": {
918
"dependsOn": [
1019
{

0 commit comments

Comments
 (0)