mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
fix(ci): emit declarations in tag npm publish (#10842)
Signed-off-by: Igor Loskutov <igor.loskutoff@gmail.com>
This commit is contained in:
@@ -968,6 +968,8 @@ jobs:
|
||||
run: node common/scripts/install-run-rush.js install
|
||||
- name: Building...
|
||||
run: node common/scripts/install-run-rush.js build
|
||||
- name: Emit TypeScript declarations
|
||||
run: node common/scripts/install-run-rush.js validate
|
||||
- name: Publish to npm
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user