Skip to content

Commit d0dde0b

Browse files
authored
Add missing builds to release pipeline (#1044)
* Fixes #1042 - add missing builds to release pipeline * Update changelog
1 parent a4862ce commit d0dde0b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Build
5050
run: |
5151
npm run build-prod-min
52+
npm run build-prod
53+
npm run build-csp
54+
npm run build-dev
5255
npm run build-css
5356
npm run build-benchmarks
5457
npm run generate-typings

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Add adjustment for glyph rendering, CJK fonts are mainly affected (#1002).
1010
- Improve typings to fix Angular strict mode failure (#790, #970, #934)
1111
- Fix `SourceCache.loaded()` always returning `true` following a load error (#1025)
12+
- Added back csp and dev builds to npm package (#1042)
1213
- *...Add new stuff here...*
1314

1415
## 2.1.6

0 commit comments

Comments
 (0)