We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7783d82 commit b87e806Copy full SHA for b87e806
bamboo-specs/build.yaml
@@ -36,6 +36,7 @@ Build:
36
pnpm install ${bamboo.varsPnpm}
37
pnpm build
38
pnpm build-txt
39
+ pnpm pack --out filters-downloader.tgz
40
- inject-variables:
41
file: dist/build.txt
42
scope: RESULT
package.json
@@ -21,7 +21,8 @@
21
"increment": "pnpm version patch --no-git-tag-version",
22
"build-txt": "node tasks/build-txt.mjs",
23
"build-schemas": "node --experimental-specifier-resolution=node tasks/build-schemas/index.js",
24
- "prepare": "husky install"
+ "prepare": "husky install",
25
+ "tgz": "pnpm pack --out filters-compiler.tgz"
26
},
27
"engines": {
28
"node": ">=20"
0 commit comments