Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
12025fa8
authored
Aug 26, 2022
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新增命令
parent
ef97a021
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
package.json
+2
-0
No files found.
package.json
View file @
12025fa8
...
...
@@ -12,6 +12,7 @@
"serve:cbn"
:
"cross-env mode=cbn nuxt"
,
"serve:huawei"
:
"cross-env mode=huawei nuxt"
,
"serve:cbnclouds"
:
"cross-env mode=cbnclouds nuxt"
,
"serve:cuc"
:
"cross-env mode=cuc nuxt"
,
"build:dev"
:
"cross-env mode=test nuxt build"
,
"build:pre"
:
"cross-env mode=preview nuxt build"
,
"build:prod"
:
"cross-env mode=production nuxt build"
,
...
...
@@ -29,6 +30,7 @@
"start:cbn"
:
"cross-env mode=cbn nuxt start"
,
"start:huawei"
:
"cross-env mode=huawei nuxt start"
,
"start:cbnclouds"
:
"cross-env mode=cbnclouds nuxt start"
,
"start:cuc"
:
"cross-env mode=cuc nuxt start"
,
"pm2:dev"
:
"pm2 start pm2.json --only lottery-test"
,
"pm2:pre"
:
"pm2 start pm2.json --only lottery-pre"
,
"pm2:prod"
:
"pm2 start pm2.json --only lottery-prod"
,
...
...
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