mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +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
|
- name: install dependencies without running scripts
|
||||||
run: |
|
run: |
|
||||||
npm install --ignore-scripts
|
npm install --ignore-scripts
|
||||||
|
- name: build constants
|
||||||
|
run: |
|
||||||
|
npm run build:core:constants
|
||||||
- name: build typescript part
|
- name: build typescript part
|
||||||
run: |
|
run: |
|
||||||
npm run build:bindings:ts
|
npm run build:bindings:ts
|
||||||
|
|||||||
Reference in New Issue
Block a user