We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9409eba commit 545210aCopy full SHA for 545210a
2 files changed
.github/workflows/packages_publishing.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Set timestamp version
70
if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}
71
- run: pnpx ts-node tools/scripts/set-timestamp-version
+ run: pnpm run all:set-timestamp-version
72
73
- name: Build npm packages
74
env:
package.json
@@ -16,6 +16,7 @@
16
"regenerate-all": "nx run-many -t regenerate",
17
"lint-staged": "lint-staged",
18
"prepare": "husky install",
19
+ "all:set-timestamp-version": "ts-node tools/scripts/set-timestamp-version.ts",
20
"all:update-version": "ts-node tools/scripts/update-version.ts",
21
"all:build": "ts-node tools/scripts/build-all.ts",
22
"all:build-dev": "pnpm run all:build --dev",
0 commit comments