Skip to content

Commit

Permalink
chore: remove unused clone dts script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 4, 2025
1 parent b7288ba commit b13c534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions frameworks/slickgrid-vue/clone-dts.mjs

This file was deleted.

3 changes: 1 addition & 2 deletions frameworks/slickgrid-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"clean": "rimraf dist",
"vue:dev": "cross-env NODE_ENV=development vite build --watch",
"vue:dev:init": "vite build",
"vue:build": "pnpm clean && vue-tsc --p ./tsconfig.app.json && vite build --sourcemap && pnpm clone:dts",
"clone:dts": "node clone-dts.mjs",
"vue:build": "pnpm clean && vue-tsc --p ./tsconfig.app.json && vite build --sourcemap",
"preview:release": "release --dry-run --skip-checks --build-script vue:build",
"release": "release --build-script vue:build",
"type-check": "vue-tsc --build --force"
Expand Down

0 comments on commit b13c534

Please sign in to comment.