Skip to content

Commit

Permalink
fix build specs
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 048c8db
Author: Slava Leleka <[email protected]>
Date:   Tue Nov 7 19:18:00 2023 +0200

    fix build specs
  • Loading branch information
slavaleleka committed Nov 7, 2023
1 parent a833ee9 commit 89f47f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bamboo-specs/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ Build:
set -e
ls -al
yarn install ${bamboo.varsYarn}
# Install common dependencies
# swc core optional dependencies are needed for tests
# but `--ignore-optional` will not install them
# so we run `yarn install ${bamboo.varsYarn}` without `--ignore-optional`:
yarn install --silent --ignore-engines --ignore-platform --ignore-scripts
yarn build-txt
rm -rf node_modules
Expand Down

0 comments on commit 89f47f3

Please sign in to comment.