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
7764f04a
Unverified
Commit
7764f04a
authored
Apr 02, 2019
by
Dominik Prokop
Committed by
GitHub
Apr 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: bump storybook and add build script (#16340)
parent
ede2d548
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
package.json
+1
-0
packages/grafana-ui/.storybook/webpack.config.js
+0
-3
packages/grafana-ui/package.json
+2
-1
yarn.lock
+0
-0
No files found.
package.json
View file @
7764f04a
...
...
@@ -139,6 +139,7 @@
"jest"
:
"jest --notify --watch"
,
"api-tests"
:
"jest --notify --watch --config=tests/api/jest.js"
,
"storybook"
:
"cd packages/grafana-ui && yarn storybook"
,
"storybook:build"
:
"cd packages/grafana-ui && yarn storybook:build"
,
"themes:generate"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts"
,
"prettier:check"
:
"prettier --list-different
\"
**/*.{ts,tsx,scss}
\"
"
,
"gui:build"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:build"
,
...
...
packages/grafana-ui/.storybook/webpack.config.js
View file @
7764f04a
...
...
@@ -23,9 +23,6 @@ module.exports = ({config, mode}) => {
loader
:
'css-loader'
,
options
:
{
importLoaders
:
2
,
// url: false,
// sourceMap: false,
// minimize: false,
},
},
{
...
...
packages/grafana-ui/package.json
View file @
7764f04a
...
...
@@ -11,7 +11,8 @@
"scripts"
:
{
"tslint"
:
"tslint -c tslint.json --project tsconfig.json"
,
"typecheck"
:
"tsc --noEmit"
,
"storybook"
:
"start-storybook -p 9001 -c .storybook -s ../../public"
,
"storybook"
:
"start-storybook -p 9001 -c .storybook"
,
"storybook:build"
:
"build-storybook -o ./dist/storybook -c .storybook"
,
"clean"
:
"rimraf ./dist ./compiled"
,
"build"
:
"rollup -c rollup.config.ts"
},
...
...
yarn.lock
View file @
7764f04a
This diff is collapsed.
Click to expand it.
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