test with no bin links
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo $PR_BASE_REF
|
echo $PR_BASE_REF
|
||||||
if [[ $PR_BASE_REF != releases/* ]]; then
|
if [[ $PR_BASE_REF != releases/* ]]; then
|
||||||
npm install
|
npm install --no-bin-links
|
||||||
npm run build
|
npm run build
|
||||||
# remove node_modules to match production environment where only index.js is present
|
# remove node_modules to match production environment where only index.js is present
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user