Skip to content

Commit

Permalink
chore: remove unused build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 31, 2023
1 parent 4b7812f commit 241d8bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc -p . && npx copyfiles --flat ./package.json ../core/vue"
}
"types": "dist/types/index.d.ts"
}

0 comments on commit 241d8bc

Please sign in to comment.