Skip to content

Commit cc49945

Browse files
committed
CI: add build
1 parent 112e903 commit cc49945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
2222
- name: Install
2323
run: yarn install
24+
- name: Build Packages
25+
run: yarn run build
2426
- name: Build
2527
run: npm run website -- --metadataVersion="${CURRENT_VERSION}"
2628
env:

0 commit comments

Comments
 (0)