Skip to content

Commit e86a9c5

Browse files
Update release workflow to include package build step and bump version to 1.1.1
1 parent 3798c3d commit e86a9c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: npm install
2525

26+
- name: Build package
27+
run: npm run build
28+
2629
- name: Publish to npm
2730
run: npm publish
2831
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thyra",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple project folder opener CLI",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)