Skip to content

Commit

Permalink
Working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 26, 2024
1 parent 9fdc0f9 commit 53ec3ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ jobs:
- run: yarn install

- run: PUBLIC_URL=/mit-open yarn build-github-pages
working-directory: frontends

- run: PUBLIC_URL=/mit-open yarn build-storybook --output-dir ../github-pages/build/storybook
working-directory: frontends

- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
Expand Down Expand Up @@ -207,7 +209,6 @@ jobs:
-c scripts/openapi-configs/typescript-axios-v0.yaml
- name: Format freshly generated client
working-directory: frontends
run: npx prettier $GENERATOR_OUTPUT_DIR_CI/**/*.ts --no-semi --write

- name: Check VC client is up-to-date
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"style-lint": "yarn workspace frontends run style-lint",
"test": "yarn workspace frontends global:test",
"lint-check": "yarn workspace frontends run lint-check",
"typecheck": "yarn workspace frontends run typecheck",
"build-storybook": "yarn workspace frontends run build-storybook"
"typecheck": "yarn workspace frontends run typecheck"
},
"packageManager": "yarn@4.1.1",
"devDependencies": {
Expand Down

0 comments on commit 53ec3ee

Please sign in to comment.