Skip to content

Commit

Permalink
fix: patch release process
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Aug 28, 2024
1 parent e2a380b commit de51c6c
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 @@ -6,7 +6,7 @@
"author": "info@subtopia.io",
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.build.json && vite build && cpy package.json README.md dist",
"build": "tsc -p tsconfig.build.json && vite build && cpy README.md dist",
"test": "vitest run --coverage",
"lint": "eslint src",
"format": "eslint src --fix && prettier . --write",
Expand Down

0 comments on commit de51c6c

Please sign in to comment.