Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
0029cb82
Commit
0029cb82
authored
May 05, 2017
by
Tom Jorquera
Browse files
Add `ci` build script
Add `ci` to define a specific script for continuous integration
parent
ef88e6b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
package.json
package.json
+2
-1
No files found.
package.json
View file @
0029cb82
...
...
@@ -7,7 +7,8 @@
"scripts"
:
{
"start"
:
"node app.js"
,
"test"
:
"xo && jest"
,
"test:watch"
:
"jest --watch"
"test:watch"
:
"jest --watch"
,
"ci"
:
"yarn && xo && jest --runInBand"
},
"dependencies"
:
{
"
mz
"
:
"
2.6.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