Skip to content

Commit

Permalink
chore(internal): run build script over sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis authored and stainless-app[bot] committed May 21, 2024
1 parent bbeaf06 commit c4de255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": false,
"scripts": {
"test": "./scripts/test",
"build": "./scripts/build",
"build": "./scripts/build-all",
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
"format": "prettier --write --cache --cache-strategy metadata . !dist",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-all
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -exuo pipefail

# build the core SDK package an all sub-packages

yarn build
bash ./scripts/build

for dir in packages/*; do
if [ -d "$dir" ]; then
Expand Down

0 comments on commit c4de255

Please sign in to comment.