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
giscience
big-data
ohsome
libs
ohsome2X
Commits
046f1fb9
Commit
046f1fb9
authored
Apr 27, 2020
by
Michael Auer
Browse files
adds npm prepare script
parent
53ce22a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
046f1fb9
...
...
@@ -6,7 +6,8 @@
"scripts"
:
{
"watch"
:
"watch 'npm run build' src"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"build"
:
"tsc --build ./tsconfig.json"
"build"
:
"tsc --build ./tsconfig.json"
,
"prepare"
:
"npm run build"
},
"repository"
:
{
"type"
:
"git"
,
...
...
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