Skip to content

Commit

Permalink
Copy index.d.ts to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Laximas committed Mar 23, 2024
1 parent 0bac9a3 commit 5a7119a
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue3-steppy",
"description": "A customizable Vue 3 Stepper plugin",
"version": "1.4.1",
"types": "index.d.ts",
"types": "./dist/index.d.ts",
"type": "module",
"private": false,
"author": "Mike Konstantakos",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build && shx cp ./src/index.d.ts dist",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
Expand All @@ -56,6 +56,7 @@
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"sass": "^1.72.0",
"shx": "^0.3.4",
"typescript": "^5.4.3",
"vite": "^4.5.2",
"vite-plugin-css-injected-by-js": "^2.4.0"
Expand Down
73 changes: 73 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a7119a

Please sign in to comment.