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:
Simon Laux
2022-06-10 22:56:41 +02:00
committed by Simon Laux
parent 008e78a022
commit 065ef7ab38

View File

@@ -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