Skip to content

Commit b87e806

Browse files
committed
add tgz
1 parent 7783d82 commit b87e806

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bamboo-specs/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Build:
3636
pnpm install ${bamboo.varsPnpm}
3737
pnpm build
3838
pnpm build-txt
39+
pnpm pack --out filters-downloader.tgz
3940
- inject-variables:
4041
file: dist/build.txt
4142
scope: RESULT

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"increment": "pnpm version patch --no-git-tag-version",
2222
"build-txt": "node tasks/build-txt.mjs",
2323
"build-schemas": "node --experimental-specifier-resolution=node tasks/build-schemas/index.js",
24-
"prepare": "husky install"
24+
"prepare": "husky install",
25+
"tgz": "pnpm pack --out filters-compiler.tgz"
2526
},
2627
"engines": {
2728
"node": ">=20"

0 commit comments

Comments
 (0)