Skip to content

Commit

Permalink
feat(select-input): 去除--force
Browse files Browse the repository at this point in the history
  • Loading branch information
duenyang committed Sep 24, 2024
1 parent 8f03ef0 commit f1f63b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "npm run generate:entry && cd site && vite --force",
"dev": "npm run generate:entry && cd site && vite",
"site": "cd site && vite build",
"site:intranet": "cd site && vite build --mode intranet",
"site:preview": "cd site && vite build --mode preview && cd ../_site && cp index.html 404.html",
Expand Down

0 comments on commit f1f63b5

Please sign in to comment.