We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3174f4f commit e1eb94eCopy full SHA for e1eb94e
.github/workflows/website.yml
@@ -20,8 +20,7 @@ jobs:
20
echo "REPO_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')" >> $GITHUB_ENV
21
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
22
- name: Install
23
- run: npm install
24
- working-directory: example/
+ run: yarn install && cd example/ && npm install
25
- name: Build
26
run: npm run website -- --metadataversion="${CURRENT_VERSION}"
27
env:
0 commit comments