Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
7935ba39
Commit
7935ba39
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13268 TIME 0:05 fix default style cmd npm
parent
8e656437
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+2
-2
2 additions, 2 deletions
package.json
with
2 additions
and
2 deletions
package.json
+
2
−
2
View file @
7935ba39
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
"check-update"
:
"ncu"
,
"check-update"
:
"ncu"
,
"dep-list"
:
"npm list --depth=0"
,
"dep-list"
:
"npm list --depth=0"
,
"upgrade"
:
"ncu -u"
,
"upgrade"
:
"ncu -u"
,
"create-component"
:
"echo Component name ? && read varname && ng g c $varname --module app"
,
"create-component"
:
"echo Component name ? && read varname && ng g c $varname --module app
--style=scss
"
,
"create-component-admin"
:
"echo Component name ? && read varname && ng g c administration/$varname --module administration"
,
"create-component-admin"
:
"echo Component name ? && read varname && ng g c administration/$varname --module administration
--style=scss
"
,
"ee-launch"
:
"webdriver-manager update && webdriver-manager start --detach && protractor test/e2e/conf.js && webdriver-manager shutdown && fuser -k 4444/tcp"
,
"ee-launch"
:
"webdriver-manager update && webdriver-manager start --detach && protractor test/e2e/conf.js && webdriver-manager shutdown && fuser -k 4444/tcp"
,
"ee-update"
:
"webdriver-manager update"
,
"ee-update"
:
"webdriver-manager update"
,
"ee-start-server"
:
"webdriver-manager start"
,
"ee-start-server"
:
"webdriver-manager start"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment