Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
0910f0be
Commit
0910f0be
authored
Mar 23, 2017
by
Mark Stenglein
Browse files
package.json: fix CI
Signed-off-by:
Mark Stenglein
<
mark@stengle.in
>
parent
dac5f8b2
Pipeline
#1131
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
0910f0be
...
...
@@ -9,10 +9,9 @@
],
"scripts"
:
{
"test"
:
"NODE_ENV=test nyc --reporter=text mocha -R nyan --recursive --compilers ts:ts-node/register --bail"
,
"glabCLI"
:
"mocha -r ts-node/register test/**/*.spec.ts"
,
"glabCLI"
:
"mocha
-R mochawesome
-r ts-node/register test/**/*.spec.ts"
,
"lint"
:
"tslint -r tslint.json src/**/*.ts"
,
"cover"
:
"NODE_ENV=test nyc --reporter=text-summary npm run glabCLI"
,
"coveralls"
:
"nyc report --reporter=lcov"
"cover"
:
"NODE_ENV=test nyc --reporter=text-summary npm run glabCLI"
},
"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