Skip to content

Commit 4eb0bf0

Browse files
committed
Add dummy test script
1 parent 9617f21 commit 4eb0bf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"storybook:dev": "storybook dev -p 6006",
3030
"storybook:build": "storybook build",
3131
"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"
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",
33+
"test": ""
3334
},
3435
"dependencies": {
3536
"@dagrejs/dagre": "^1.1.4",

0 commit comments

Comments
 (0)