We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0991540 commit 41f6aa5Copy full SHA for 41f6aa5
2 files changed
.github/workflows/packages_publishing.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Set timestamp version
62
if: ${{ env.SET_TIMESTAMP_VERSION == 'true' }}
63
- run: pnpx ts-node tools/scripts/set-timestamp-version
+ run: pnpm run all:set-timestamp-version
64
65
- name: Build npm packages
66
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": "nx all:build-dev workflows",
0 commit comments