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
Remi PLANEL
bioviz-js
Commits
642f6523
Commit
642f6523
authored
Jun 07, 2019
by
Remi PLANEL
Browse files
Command to start the examples
parent
265b79b1
Changes
1
Show whitespace changes
Inline
Side-by-side
package.json
View file @
642f6523
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
"version"
:
"git add -A src"
,
"version"
:
"git add -A src"
,
"postversion"
:
"git push && git push --tags"
,
"postversion"
:
"git push && git push --tags"
,
"dev"
:
"parcel src/scripts/main-genome-browser.ts"
,
"dev"
:
"parcel src/scripts/main-genome-browser.ts"
,
"start"
:
"parcel src/index.html"
,
"start-genome-browser"
:
"parcel src/examples/genome-browser/index.html"
,
"start-phylotree"
:
"parcel src/examples/phylotree/index.html"
,
"watch"
:
"parcel watch src/scripts/main-genome-browser.ts"
,
"watch"
:
"parcel watch src/scripts/main-genome-browser.ts"
,
"build"
:
"parcel build src/scripts/main-genome-browser.ts"
,
"build"
:
"parcel build src/scripts/main-genome-browser.ts"
,
"compile"
:
"tsc"
,
"compile"
:
"tsc"
,
...
...
Write
Preview
Supports
Markdown
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