mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
make sure to also generate constants again in npm package build
(in case there are new constants that were forgotten to be updated before core tagging)
This commit is contained in:
3
.github/workflows/node-package.yml
vendored
3
.github/workflows/node-package.yml
vendored
@@ -120,6 +120,9 @@ jobs:
|
||||
- name: install dependencies without running scripts
|
||||
run: |
|
||||
npm install --ignore-scripts
|
||||
- name: build constants
|
||||
run: |
|
||||
npm run build:core:constants
|
||||
- name: build typescript part
|
||||
run: |
|
||||
npm run build:bindings:ts
|
||||
|
||||
Reference in New Issue
Block a user