Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
513434ca
Unverified
Commit
513434ca
authored
Dec 24, 2018
by
Torkel Ödegaard
Committed by
GitHub
Dec 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14652 from grafana/test-frontend-change
Don't do a full frontend release build in test-frontend
parents
17de1f28
21a25f2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/circle-test-frontend.sh
+0
-1
scripts/grunt/default_task.js
+2
-1
No files found.
scripts/circle-test-frontend.sh
View file @
513434ca
...
...
@@ -11,4 +11,3 @@ function exit_if_fail {
}
exit_if_fail npm run
test
exit_if_fail npm run build
scripts/grunt/default_task.js
View file @
513434ca
...
...
@@ -10,8 +10,9 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'test'
,
[
'sasslint'
,
'exec:tsc'
,
'exec:tslint'
,
"exec:jest"
,
'exec:jest'
,
'no-only-tests'
]);
...
...
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