Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
ngpr_prodige_table_editeur
Commits
e53dcaf2
Commit
e53dcaf2
authored
Dec 17, 2019
by
jnaud
Browse files
Ajout de ng buildl --prod dans package.json
parent
7c92e2e4
Pipeline
#15978
failed with stages
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
e53dcaf2
...
...
@@ -7,7 +7,8 @@
"build"
:
"ng build"
,
"test"
:
"ng test"
,
"lint"
:
"ng lint"
,
"e2e"
:
"ng e2e"
"e2e"
:
"ng e2e"
,
"prod"
:
"ng build --prod"
},
"private"
:
true
,
"dependencies"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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