We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b49549 commit 4b9dc1bCopy full SHA for 4b9dc1b
.github/workflows/release-lazy-table-renderer.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm install
38
39
- name: Build
40
- run: pnpm -F @seungwoo321/lazy-table-renderer build
+ run: pnpm -F @vue-pivottable/lazy-table-renderer build
41
42
- name: Release
43
env:
packages/lazy-table-renderer/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue-pivottable/lazy-table-renderer",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"type": "module",
5
"publishConfig": {
6
"access": "public"
@@ -44,7 +44,7 @@
44
"scripts": {
45
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --scope lazy-table-renderer",
46
"clean": "rimraf lib",
47
- "build": "pnpm clean && tsc",
+ "build": "vite build",
48
"lint": "eslint ."
49
},
50
"peerDependencies": {
0 commit comments