We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69ba87 commit a78f965Copy full SHA for a78f965
package.json
@@ -2,8 +2,9 @@
2
"name": "@hexlet/code",
3
"version": "1.0.0",
4
"scripts": {
5
- "start": "vite",
6
- "test": "echo \"Error: no test specified\" && exit 1"
+ "dev": "vite",
+ "build": "vite build",
7
+ "preview": "vite preview"
8
},
9
"devDependencies": {
10
"@eslint/js": "^9.24.0",
0 commit comments