Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
a9d3ce1a
Commit
a9d3ce1a
authored
Jun 18, 2021
by
lvweichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: fe script
parent
9e628282
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+2
-1
No files found.
package.json
View file @
a9d3ce1a
...
@@ -5,10 +5,11 @@
...
@@ -5,10 +5,11 @@
"main"
:
"app.js"
,
"main"
:
"app.js"
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"sh ./bin/start.sh development"
,
"dev"
:
"sh ./bin/start.sh development"
,
"test"
:
"sh ./bin/start.sh test
ing
"
,
"test"
:
"sh ./bin/start.sh test"
,
"prod"
:
"sh ./bin/start.sh production"
,
"prod"
:
"sh ./bin/start.sh production"
,
"koa"
:
"nodemon app.js"
,
"koa"
:
"nodemon app.js"
,
"web-dev"
:
"NODE_ENV=development vue-cli-service serve"
,
"web-dev"
:
"NODE_ENV=development vue-cli-service serve"
,
"web-test"
:
"NODE_ENV=test vue-cli-service build"
,
"web-build"
:
"NODE_ENV=production vue-cli-service build"
,
"web-build"
:
"NODE_ENV=production vue-cli-service build"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"lint"
:
"vue-cli-service lint"
"lint"
:
"vue-cli-service lint"
...
...
Write
Preview
Markdown
is supported
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