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
80c82fab
Commit
80c82fab
authored
May 24, 2019
by
Remi PLANEL
Browse files
Update
parent
5d535ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
80c82fab
...
...
@@ -22,10 +22,10 @@
"preversion"
:
"npm run lint"
,
"version"
:
"git add -A src"
,
"postversion"
:
"git push && git push --tags"
,
"dev"
:
"parcel src/scripts/
index
.ts"
,
"dev"
:
"parcel src/scripts/
main-genome-browser
.ts"
,
"start"
:
"parcel src/index.html"
,
"watch"
:
"parcel watch
./
src/
index.html
"
,
"build"
:
"parcel build
./
src/
index.html
"
,
"watch"
:
"parcel watch src/
scripts/main-genome-browser.ts
"
,
"build"
:
"parcel build src/
scripts/main-genome-browser.ts
"
,
"compile"
:
"tsc"
,
"lint"
:
"tslint -p tsconfig.json"
,
"test"
:
"echo
\"
No test specified, not cool :(
\"
&& exit 0"
...
...
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