Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeff
funkwhale
Commits
9bd580e5
Verified
Commit
9bd580e5
authored
Feb 27, 2022
by
Kasper Seweryn
🥞
Browse files
Fix deployment warning message
parent
d5cff4f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/package.json
View file @
9bd580e5
...
...
@@ -7,7 +7,7 @@
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"vite build"
,
"build:deployment"
:
"vite build --base /front"
,
"build:deployment"
:
"vite build --base /front
/
"
,
"serve"
:
"vite preview"
,
"test:unit"
:
"true"
,
"lint"
:
"eslint --ext .js,.vue src"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment