Skip to content

Commit 2a4996e

Browse files
committed
fixup: include compiled WASM in compile_ts
1 parent 7ee0641 commit 2a4996e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ functions:
146146
source .evergreen/setup-env.sh
147147
npm run evergreen-release bump
148148
npm run compile
149-
tar cvzf compiled-ts.tgz packages/*/{lib,dist,package.json} package.json package-lock.json
149+
tar cvzf compiled-ts.tgz packages/*/{lib,dist,pkg,target,package.json} package.json package-lock.json
150150
- command: s3.put
151151
params:
152152
aws_key: ${aws_key}

0 commit comments

Comments
 (0)