We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d8fe6 commit 200b6bcCopy full SHA for 200b6bc
2 files changed
.github/workflows/release.yml
@@ -25,5 +25,8 @@ jobs:
25
- name: npm install
26
run: npm install
27
28
+ - name: npm run build
29
+ run: npm run build
30
+
31
- name: npm publish
32
run: npm publish --provenance --access public
CHANGELOG.md
@@ -12,6 +12,10 @@
12
13
### Pending Fixed
14
15
+### v14.17.2 - 2025-12-16
16
17
+- :rocket: Add Build Step
18
19
### v14.17.1 - 2025-12-15
20
21
- :rocket: Update Release Process
0 commit comments