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
matrix-org
Olm
Commits
bd6ab72c
Commit
bd6ab72c
authored
Dec 23, 2016
by
Richard van der Hoff
Browse files
Fix jenkins failure
do npm install before running the js tests
parent
86b64b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins.sh
View file @
bd6ab72c
...
...
@@ -11,5 +11,5 @@ make test
.
~/.emsdk_set_env.sh
make js
(
cd
javascript
&&
npm run
test
)
(
cd
javascript
&&
npm
install
&&
npm
run
test
)
npm pack javascript
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