mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: bump storybook and add build script (#16340)
This commit is contained in:
@@ -139,6 +139,7 @@
|
|||||||
"jest": "jest --notify --watch",
|
"jest": "jest --notify --watch",
|
||||||
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
|
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
|
||||||
"storybook": "cd packages/grafana-ui && yarn storybook",
|
"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",
|
"themes:generate": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts",
|
||||||
"prettier:check": "prettier --list-different \"**/*.{ts,tsx,scss}\"",
|
"prettier:check": "prettier --list-different \"**/*.{ts,tsx,scss}\"",
|
||||||
"gui:build": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:build",
|
"gui:build": "ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:build",
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ module.exports = ({config, mode}) => {
|
|||||||
loader: 'css-loader',
|
loader: 'css-loader',
|
||||||
options: {
|
options: {
|
||||||
importLoaders: 2,
|
importLoaders: 2,
|
||||||
// url: false,
|
|
||||||
// sourceMap: false,
|
|
||||||
// minimize: false,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"tslint": "tslint -c tslint.json --project tsconfig.json",
|
"tslint": "tslint -c tslint.json --project tsconfig.json",
|
||||||
"typecheck": "tsc --noEmit",
|
"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",
|
"clean": "rimraf ./dist ./compiled",
|
||||||
"build": "rollup -c rollup.config.ts"
|
"build": "rollup -c rollup.config.ts"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user