Innopolis University DevOps Playground
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
quizee
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
best team
quizee
Commits
67e1e547
Commit
67e1e547
authored
11 months ago
by
alenaartemyeva
Browse files
Options
Downloads
Patches
Plain Diff
fix: ci
parent
10733f11
Branches
Branches containing commit
No related tags found
1 merge request
!12
Resolve "Create GitLab CI pipeline for the frontend"
Pipeline
#13474
passed
11 months ago
Stage: lint
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+2
-2
2 additions, 2 deletions
package.json
with
2 additions
and
2 deletions
package.json
+
2
−
2
View file @
67e1e547
...
...
@@ -26,10 +26,10 @@
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"react-scripts build"
,
"test"
:
"
CI=true
react-scripts test"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
,
"lint"
:
"eslint src --ext .js,.jsx,.ts,.tsx"
,
"coverage"
:
"
CI=true
npm test -- --coverage --collectCoverageFrom='src/components/**/*.{ts,tsx}'"
"coverage"
:
"npm test -- --coverage
--watchAll=false
--collectCoverageFrom='src/components/**/*.{ts,tsx}'"
},
"eslintConfig"
:
{
"extends"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment