chore(nxdev): change nx core dependency lookup (#10452)
This commit is contained in:
parent
0dd8d9652d
commit
c56e698ab6
@ -4,10 +4,9 @@
|
|||||||
# Exits with 0 if the build should be skipped, and exits with 1 to continue.
|
# Exits with 0 if the build should be skipped, and exits with 1 to continue.
|
||||||
|
|
||||||
APP=$1
|
APP=$1
|
||||||
NX_VERSION=$(node -e "console.log(require('./package.json').version)")
|
|
||||||
|
|
||||||
# Need the workspace in order to run affected
|
# Need the workspace in order to run affected
|
||||||
yarn add -D @nrwl/workspace@$NX_VERSION --prefer-offline
|
yarn add -D nx@latest --prefer-offline
|
||||||
|
|
||||||
# We don't have a good way to check from base due to Vercel's shallow clone
|
# We don't have a good way to check from base due to Vercel's shallow clone
|
||||||
# TODO: Fix this once we figure out a better solution
|
# TODO: Fix this once we figure out a better solution
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user