Skip to content

Commit d2e1f7c

Browse files
author
Christopher J Baker
authored
add build to deploy script (#95)
* add build to deploy script * Publish v2.0.0-alpha.4 --------- Co-authored-by: [bot]@workflow <Workflow: [bot]>
1 parent 25b2436 commit d2e1f7c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/verify-and-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
- name: Install dependencies
6767
run: npm ci
6868

69+
- name: Build
70+
run: npm run build
71+
6972
- name: Determine Tag
7073
id: tag
7174
run: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-webcomponent",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.4",
44
"description": "Convert react components to native Web Components.",
55
"type": "module",
66
"types": "dist/root/root.d.ts",

0 commit comments

Comments
 (0)