Skip to content

Commit 545210a

Browse files
authored
CI: Run set-timestamp-version as npm script (#33035)
1 parent 9409eba commit 545210a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/packages_publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Set timestamp version
7070
if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}
71-
run: pnpx ts-node tools/scripts/set-timestamp-version
71+
run: pnpm run all:set-timestamp-version
7272

7373
- name: Build npm packages
7474
env:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"regenerate-all": "nx run-many -t regenerate",
1717
"lint-staged": "lint-staged",
1818
"prepare": "husky install",
19+
"all:set-timestamp-version": "ts-node tools/scripts/set-timestamp-version.ts",
1920
"all:update-version": "ts-node tools/scripts/update-version.ts",
2021
"all:build": "ts-node tools/scripts/build-all.ts",
2122
"all:build-dev": "pnpm run all:build --dev",

0 commit comments

Comments
 (0)