Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remi PLANEL
bioviz-js
Commits
432eb0e9
Commit
432eb0e9
authored
May 28, 2019
by
Remi PLANEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a script command to watch ts files
parent
683bdf01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
package.json
package.json
+1
-0
No files found.
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
Markdown
is supported
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