We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8df85 commit ab8a835Copy full SHA for ab8a835
1 file changed
package.json
@@ -16,8 +16,6 @@
16
"main": "app.js",
17
"scripts": {
18
"build": "vite build",
19
- "dev": "vite",
20
- "preview": "vite preview",
21
"doctoc": "doctoc --title='# Table of Contents' README.md",
22
"lint": "standard",
23
"jsonlint": "find . -type f -not -ipath \"./.devcontainer/*\" -not -ipath \"./node_modules/*\" -not -ipath \"./.vscode/*\" \\( -name \"*.json\" -o -name \"*.json.*\" \\) | xargs -n 1 -I{} -- bash -c 'echo {}; jq . {} > /dev/null;'",
0 commit comments