Skip to content

Commit

Permalink
chore: remove docs from affected build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Nov 4, 2022
1 parent 5fc2b16 commit ac2a807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pnpm i --frozen-lockfile=false

- name: Build Projects
run: pnpm build --exclude=docs
run: pnpm build

- name: Update Workspace file
run: sed -e "s|'packages\/|'dist/|" pnpm-workspace.yaml > pnpm-new.yaml && mv pnpm-new.yaml pnpm-workspace.yaml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"preversion": "pnpm format && pnpm lint && pnpm build",
"build": "nx affected:build",
"build": "nx affected:build --exclude=docs",
"benchmark": "nx affected:bench",
"commit": "git-cz",
"coverage": "nx run tools:collect",
Expand Down

0 comments on commit ac2a807

Please sign in to comment.