Skip to content

Commit 989a2b4

Browse files
committed
fixup: include compiled WASM in compile_ts
1 parent 7f3b92a commit 989a2b4

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
@@ -143,7 +143,7 @@ functions:
143143
source .evergreen/setup-env.sh
144144
npm run evergreen-release bump
145145
npm run compile
146-
tar cvzf compiled-ts.tgz packages/*/{lib,dist,package.json} package.json package-lock.json
146+
tar cvzf compiled-ts.tgz packages/*/{lib,dist,pkg,target,package.json} package.json package-lock.json
147147
- command: s3.put
148148
params:
149149
aws_key: ${aws_key}

0 commit comments

Comments
 (0)