Skip to content

Commit

Permalink
Add artifacts package building
Browse files Browse the repository at this point in the history
Signed-off-by: ilya.kharchenko <14272298+IlyaKhD@users.noreply.github.com>
  • Loading branch information
IlyaKhD authored Dec 6, 2023
1 parent cd07baa commit 24e9b04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/packages_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
BUILD_INTERNAL_PACKAGE: true
run: npm run all:build

- name: Build artifacts package
run: npm run ts-script build/make-artifacts-package

- name: Publish to npm.pkg.github.com
working-directory: artifacts/npm
env:
Expand All @@ -42,7 +45,7 @@ jobs:
tar -xzf ${filename};
pushd package;
npm init -y --scope ${{ github.repository_owner }};
sed -i '/\"repository\"/,/}/d' package.json;
npm pkg delete repository
npm publish --quiet --registry https://npm.pkg.github.com;
popd;
rm -r package;
Expand Down

0 comments on commit 24e9b04

Please sign in to comment.