File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ permissions:
10
10
11
11
jobs :
12
12
jsr :
13
+ env :
14
+ PACKAGE_DIR : ${{github.workspace}}/packages/unplugin-typia
13
15
runs-on : ubuntu-latest
14
16
timeout-minutes : 10
15
17
permissions :
23
25
with :
24
26
bun-version : latest
25
27
- run : bun i --frozen-lockfile
26
- - run : bun run publish
27
- working-directory : packages/unplugin-typia
28
+ - name : copy files
29
+ run : |
30
+ cp LICENSE $PACKAGE_DIR
31
+ - run : bun run publish --allow-dirty
32
+ working-directory : ${{env.PACKAGE_DIR}}
28
33
29
34
release :
30
35
needs :
Original file line number Diff line number Diff line change 1
1
# unplugin-typia
2
2
3
- ** Unplugin for [ Typia] ( https://typia.io/ ) **
3
+ ** unplugin for [ Typia] ( https://typia.io/ ) **
4
4
5
5
[ ![ JSR] ( https://jsr.io/badges/@ryoppippi/unplugin-typia )] ( https://jsr.io/@ryoppippi/unplugin-typia )
6
6
[ ![ JSR] ( https://jsr.io/badges/@ryoppippi/unplugin-typia/score )] ( https://jsr.io/@ryoppippi/unplugin-typia )
@@ -211,8 +211,8 @@ You can find examples in the [`examples/`](https://github.com/ryoppippi/unplugin
211
211
212
212
- ` .ts `
213
213
- ` .tsx `
214
- - ` mts `
215
- - ` mtsx `
214
+ - ` . mts`
215
+ - ` . mtsx`
216
216
- ` .svelte ` (only script tag with ` lang="ts" ` )
217
217
218
218
## Limitations
@@ -223,3 +223,5 @@ You can find examples in the [`examples/`](https://github.com/ryoppippi/unplugin
223
223
## LICENSE
224
224
225
225
[ MIT] ( ./LICENSE )
226
+
227
+ ![ analytics] ( https://repobeats.axiom.co/api/embed/30d90d6f9ab91e8b06159ba792765a1377ea7d3e.svg ' Repobeats analytics image ')
You can’t perform that action at this time.
0 commit comments