Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyNetRu committed Jul 7, 2023
1 parent b9276ca commit 277928e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && tsc --emitDeclarationOnly && rm -rf dist/cypress",
"build": "vue-tsc --noEmit && vite build && tsc --emitDeclarationOnly && del -rf dist/cypress",
"preview": "vite preview --port 5050",
"prepare": "npm run build",
"test:unit": "vitest --environment jsdom",
Expand Down

0 comments on commit 277928e

Please sign in to comment.