Skip to content

Commit ab8a835

Browse files
committed
remove unused vite scripts
1 parent 1f8df85 commit ab8a835

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
"main": "app.js",
1717
"scripts": {
1818
"build": "vite build",
19-
"dev": "vite",
20-
"preview": "vite preview",
2119
"doctoc": "doctoc --title='# Table of Contents' README.md",
2220
"lint": "standard",
2321
"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

Comments
 (0)