Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-job
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
7627608d
authored
Aug 26, 2022
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新增命令
parent
d6b51377
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 @
7627608d
...
...
@@ -10,6 +10,7 @@
"serve:pre"
:
"cross-env mode=preview nuxt"
,
"serve:prod"
:
"cross-env mode=production 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"
,
...
...
@@ -19,6 +20,7 @@
"start:pre"
:
"cross-env mode=preview nuxt start"
,
"start:prod"
:
"cross-env mode=production 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 job-test"
,
"pm2:pre"
:
"pm2 start pm2.json --only job-pre"
,
"pm2:prod"
:
"pm2 start pm2.json --only job-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