We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5d7f35 + fa41697 commit f8e69e6Copy full SHA for f8e69e6
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "abc-virtual-background-maker",
3
"private": true,
4
- "version": "2.0.0",
+ "version": "2.1.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsc && vite build",
+ "build": "vite build && tsc",
9
"preview": "vite preview",
10
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
"stylelint": "stylelint \"src/**/*.scss\"",
0 commit comments