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
3d9fc881
Commit
3d9fc881
authored
Jul 27, 2021
by
Remi PLANEL
Browse files
push only on github
parent
b1199d19
Pipeline
#62157
passed with stage
in 1 minute and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
3d9fc881
...
...
@@ -21,7 +21,7 @@
"prepublishOnly"
:
"yarn test && yarn lint"
,
"preversion"
:
"yarn lint"
,
"version"
:
"git add -A src"
,
"postversion"
:
"git push && git push --tags"
,
"postversion"
:
"git push && git push --tags
&& git push github && git push --tags github
"
,
"dev"
:
"parcel src/scripts/main-genome-browser.ts"
,
"compile"
:
"tsc"
,
"build"
:
"tsc"
,
...
...
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