Sign in
田强
/
QxDeveloperTool
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d1ca5c7aa837a1e7b49039c66e8faef07bcf6c16
Authored by
田强
2023-06-30 14:20:37 +0800
1 parent
11c9fa2e
chore: remove watch
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
d1ca5c7
...
...
@@ -4,7 +4,7 @@
4
4
"version"
:
"0.0.0"
,
5
5
"scripts"
:
{
6
6
"dev"
:
"vite"
,
7
-
"build"
:
"vite build
--watch
"
,
7
+
"build"
:
"vite build"
,
8
8
"preview"
:
"vite preview"
9
9
},
10
10
"dependencies"
:
{
...
...