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
Remi PLANEL
bioviz-js
Commits
7fea3e00
Commit
7fea3e00
authored
May 29, 2019
by
Remi PLANEL
Browse files
npm run test on prepublish
parent
cee405ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
7fea3e00
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
],
],
"scripts"
:
{
"scripts"
:
{
"prepare"
:
"npm run compile"
,
"prepare"
:
"npm run compile"
,
"prepublishOnly"
:
"npm test && npm run lint"
,
"prepublishOnly"
:
"npm
run
test && npm run lint"
,
"preversion"
:
"npm run lint"
,
"preversion"
:
"npm run lint"
,
"version"
:
"git add -A src"
,
"version"
:
"git add -A src"
,
"postversion"
:
"git push && git push --tags"
,
"postversion"
:
"git push && git push --tags"
,
...
...
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