Skip to content

Commit

Permalink
add npm transform script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Aug 20, 2024
1 parent 140563f commit 83901f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"format": "prettier --write src/"
"format": "prettier --write src/",
"transform": "deno task transform"
},
"devDependencies": {
"@types/node": "^22.4.1",
Expand Down

0 comments on commit 83901f9

Please sign in to comment.