Skip to content

Commit c4de255

Browse files
meorphisstainless-app[bot]
authored andcommitted
chore(internal): run build script over sub-packages
1 parent bbeaf06 commit c4de255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"private": false,
1616
"scripts": {
1717
"test": "./scripts/test",
18-
"build": "./scripts/build",
18+
"build": "./scripts/build-all",
1919
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
2020
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
2121
"format": "prettier --write --cache --cache-strategy metadata . !dist",

scripts/build-all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -exuo pipefail
33

44
# build the core SDK package an all sub-packages
55

6-
yarn build
6+
bash ./scripts/build
77

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

0 commit comments

Comments
 (0)