Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
towerFront
Project
Project
Details
Activity
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
WitCloud
towerFront
Commits
9a62c92f
Commit
9a62c92f
authored
Jan 29, 2019
by
van.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自动化部署
parent
87ae2388
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
environment.prod.ts
src/environments/environment.prod.ts
+1
-1
No files found.
package.json
View file @
9a62c92f
...
...
@@ -7,7 +7,7 @@
"ng"
:
"ng"
,
"start"
:
"npm run color-less && ng serve -o"
,
"hmr"
:
"npm run color-less && ng serve -c=hmr"
,
"build"
:
"npm run color-less && ng build --prod --build-optimizer"
,
"build"
:
"npm run color-less && ng build --prod --build-optimizer
--c=production
"
,
"analyze"
:
"ng build --prod --build-optimizer --stats-json"
,
"lint"
:
"npm run lint:ts && npm run lint:style"
,
"lint:ts"
:
"tslint -p src/tsconfig.app.json -c tslint.json 'src/**/*.ts'"
,
...
...
src/environments/environment.prod.ts
View file @
9a62c92f
...
...
@@ -3,5 +3,5 @@ export const environment = {
production
:
true
,
useHash
:
true
,
hmr
:
false
,
baseUrl
:
'http
s://abb.logistics.witium.com/api
'
baseUrl
:
'http
://192.168.1.13:8092
'
};
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