Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
blendb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
"
,
"
lint"
:
"tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts
"
"
pretest"
:
"tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts
"
,
"
test"
:
"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