Skip to content

Commit c185ef1

Browse files
committed
fix: update github action workflow
1 parent 08e7683 commit c185ef1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: Install
2929
run: |
3030
yarn
31-
31+
- name: Build
32+
run: |
33+
yarn tsc
3234
- name: Release
3335
run: npx semantic-release
3436
env:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.1.1",
55
"license": "MIT",
66
"type": "module",
7-
"exports": "./lib/index.js",
7+
"exports": "./dist/index.js",
88
"files": [
99
"src",
10-
"lib"
10+
"dist"
1111
],
1212
"keywords": [
1313
"rest",

0 commit comments

Comments
 (0)