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
C3SL
blendb
Commits
42d1905e
Commit
42d1905e
authored
Aug 19, 2016
by
Eduardo L. Buratti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move lint script to pretest in package.json
parent
e54aedf3
Pipeline
#6623
failed with stage
in 55 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+0
-1
package.json
package.json
+2
-2
No files found.
.gitlab-ci.yml
View file @
42d1905e
...
...
@@ -10,7 +10,6 @@ before_script:
run_tests
:
script
:
-
npm run lint
-
npm test
tags
:
-
node
package.json
View file @
42d1905e
...
...
@@ -6,8 +6,8 @@
"scripts"
:
{
"postinstall"
:
"typings install"
,
"start"
:
"node index"
,
"test"
:
"
istanbul cover -x
\"
**/*.spec.ts
\"
-e .ts _mocha
"
,
"
lin
t"
:
"
tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts
"
"
pre
test"
:
"
tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts
"
,
"
tes
t"
:
"
istanbul cover -x
\"
**/*.spec.ts
\"
-e .ts _mocha
"
},
"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