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
432eb0e9
Commit
432eb0e9
authored
May 28, 2019
by
Remi PLANEL
Browse files
Add a script command to watch ts files
parent
683bdf01
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
432eb0e9
...
...
@@ -27,6 +27,7 @@
"watch"
:
"parcel watch src/scripts/main-genome-browser.ts"
,
"build"
:
"parcel build src/scripts/main-genome-browser.ts"
,
"compile"
:
"tsc"
,
"watch-ts"
:
"tsc -w"
,
"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
.
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