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 d08671b commit c8e1cc9Copy full SHA for c8e1cc9
package.json
@@ -12,7 +12,7 @@
12
"build:preview": "vite preview",
13
"build:readme": "node tools/update-readme.js",
14
"start": "vite",
15
- "compile": "tsc",
+ "build": "tsc",
16
"lint": "npm-run-all --parallel lint:js",
17
"lint:fix": "npm-run-all --parallel lint:fix:*",
18
"lint:js": "eslint --max-warnings 0 .",
0 commit comments