Skip to content

Commit 4b9dc1b

Browse files
committed
fix(lazy-table-renderer): fix build script
1 parent 8b49549 commit 4b9dc1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-lazy-table-renderer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm install
3838

3939
- name: Build
40-
run: pnpm -F @seungwoo321/lazy-table-renderer build
40+
run: pnpm -F @vue-pivottable/lazy-table-renderer build
4141

4242
- name: Release
4343
env:

packages/lazy-table-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"type": "module",
55
"publishConfig": {
66
"access": "public"
@@ -44,7 +44,7 @@
4444
"scripts": {
4545
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --scope lazy-table-renderer",
4646
"clean": "rimraf lib",
47-
"build": "pnpm clean && tsc",
47+
"build": "vite build",
4848
"lint": "eslint ."
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)