Skip to content

Commit 17f3b56

Browse files
committed
ci: add standalone build
1 parent e07df86 commit 17f3b56

File tree

3 files changed

+1633
-1
lines changed

3 files changed

+1633
-1
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
shamefully-hoist=true
2+
ignore-workspace-root-check=true
3+
strict-peer-dependencies=false

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "valaxy-addon-live2d",
33
"global": true,
44
"version": "0.2.1",
5+
"packageManager": "pnpm@9.5.0",
56
"description": "",
67
"repository": {
78
"url": "git+https://github.com/valaxyjs/valaxy-addon-live2d.git"
@@ -30,6 +31,8 @@
3031
"devDependencies": {
3132
"@types/lodash-es": "^4.17.12",
3233
"@types/stats.js": "^0.17.3",
33-
"tsx": "^4.16.2"
34+
"consola": "^3.2.3",
35+
"tsx": "^4.16.2",
36+
"vue-tsc": "^2.0.28"
3437
}
3538
}

0 commit comments

Comments
 (0)