Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
d04bbc49
Commit
d04bbc49
authored
Jul 05, 2019
by
Fabrice ALLAIN
Browse files
refactor: remove duplicated lines in package.json
parent
d0a1de7d
Changes
1
Show whitespace changes
Inline
Side-by-side
package.json
View file @
d04bbc49
...
...
@@ -7,11 +7,9 @@
"doc"
:
"docs"
},
"scripts"
:
{
"precommit"
:
"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
,
"precommit"
:
"conventional-changelog -p angular -i CHANGELOG.md -s -r 0
&& git add CHANGELOG.md
"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"commitmsg"
:
"commitlint -e $GIT_PARAMS"
,
"changelog"
:
"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
,
"version"
:
"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
"commitmsg"
:
"commitlint -e $GIT_PARAMS"
},
"repository"
:
{
"type"
:
"git"
,
...
...
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