Skip to content

Commit 41f6aa5

Browse files
authored
CI: Run set-timestamp-version as npm script (#33033)
1 parent 0991540 commit 41f6aa5

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
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Set timestamp version
6262
if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}
63-
run: pnpx ts-node tools/scripts/set-timestamp-version
63+
run: pnpm run all:set-timestamp-version
6464

6565
- name: Build npm packages
6666
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": "nx all:build-dev workflows",

0 commit comments

Comments
 (0)