We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9617f21 commit 4eb0bf0Copy full SHA for 4eb0bf0
package.json
@@ -29,7 +29,8 @@
29
"storybook:dev": "storybook dev -p 6006",
30
"storybook:build": "storybook build",
31
"storybook:test": "test-storybook",
32
- "build": "rm -rf ./dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.app.json && tailwind build -i src/index.css -o dist/index.css && cp ./src/elastic-ui.css ./dist"
+ "build": "rm -rf ./dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.app.json && tailwind build -i src/index.css -o dist/index.css && cp ./src/elastic-ui.css ./dist",
33
+ "test": ""
34
},
35
"dependencies": {
36
"@dagrejs/dagre": "^1.1.4",
0 commit comments