Skip to content

Commit

Permalink
fix: Do not remove dist folder from player if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 22, 2024
1 parent de417c5 commit 7240e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"scripts": {
"dev": "rm -r ./dist && vite build --watch --mode development",
"dev": "vite build --watch --mode development",
"build": "tsc -b && vite build",
"lint": "eslint",
"typedoc": "pnpm run build && typedoc --tsconfig tsconfig.typedoc.json"
Expand Down

0 comments on commit 7240e9b

Please sign in to comment.