Skip to content

Commit 27a5aff

Browse files
Merge pull request #9 from webdevnerdstuff/dev
Adjusting to problem solve github not building
2 parents de9ac28 + 3146d49 commit 27a5aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch": "pnpm dev",
1212
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
1313
"bundle": "rollup -c --bundleConfigAsCjs",
14-
"build": "vue-tsc && vite build --config vite.build.config.ts",
14+
"build": "vite build --config vite.build.config.ts",
1515
"build:docs": "vite build",
1616
"predeploy": "npm run build",
1717
"deploy": "gh-pages -d docs",
@@ -45,7 +45,7 @@
4545
"bugs": {
4646
"url": "https://github.com/webdevnerdstuff/vuetify-inline-fields/issues"
4747
},
48-
"homepage": "https://github.com/webdevnerdstuff/vuetify-inline-fields",
48+
"homepage": "https://webdevnerdstuff.github.io/vuetify-inline-fields/",
4949
"keywords": [
5050
"vuetify-inline-fields",
5151
"vuetify",

0 commit comments

Comments
 (0)