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
c9039671
Commit
c9039671
authored
Jul 26, 2021
by
your yuchenglong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feature/distribution
parents
e2bd4856
f4c3a3f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
package.json
package.json
+3
-3
No files found.
package.json
View file @
c9039671
...
...
@@ -8,9 +8,9 @@
"test"
:
"sh ./bin/start.sh test"
,
"prod"
:
"sh ./bin/start.sh production"
,
"koa"
:
"nodemon app.js"
,
"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-dev"
:
"
cross-env
NODE_ENV=development vue-cli-service serve"
,
"web-test"
:
"
cross-env
NODE_ENV=test vue-cli-service build"
,
"web-build"
:
"
cross-env
NODE_ENV=production vue-cli-service build"
,
"test:unit"
:
"vue-cli-service test:unit"
,
"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