Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Revert "Consider user_guid value as part of a unique marker - Related to
#1515
"
· b1d373a9
Guy Thouret
authored
Jul 18, 2019
This reverts commit
f7a02fd7
.
b1d373a9
Consider user_guid value as part of a unique marker - Related to
#1515
· fc2afca5
Guy Thouret
authored
Jul 18, 2019
fc2afca5
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
fc2afca5
...
...
@@ -7,7 +7,7 @@
"start"
:
"ng serve"
,
"prebuild"
:
"gulp build.sass"
,
"build"
:
"ng build --prod"
,
"prebuild-dev"
:
"gulp build.sass"
,
"prebuild-dev"
:
"gulp build.sass
--deploy-url=http://localhost/en
"
,
"build-dev"
:
"ng build --output-path dist/en --deploy-url=/en/ --watch=true"
,
"test"
:
"ng test"
,
"lint"
:
"ng lint"
,
...
...