Skip to content

Commit

Permalink
build: prevent building nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Shamay committed Oct 12, 2022
1 parent a835b82 commit 5b49e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
PROJECTS=$($(npm bin)/nx print-affected --type=lib --select=projects --base=origin/main)
yarn nx run-many --base=last-release --target=build --projects="$PROJECTS" --parallel=1
yarn nx run-many --base=last-release --target=version --projects="$PROJECTS" --parallel=1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion packages/nextjs-mf/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"noBuild": true
}
}
},
"tags": [],
"implicitDependencies": ["node", "utils"]
}

0 comments on commit 5b49e89

Please sign in to comment.