Skip to content

Commit

Permalink
🔨 [#31] -- add storybook tests to test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed May 11, 2023
1 parent bc59b81 commit 8a9949f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"build:cjs": "tsc -p tsconfig.prod.json --module commonjs --outDir dist/cjs && tsc-alias -p tsconfig.prod.json --outDir dist/cjs",
"build:storybook": "build-storybook --webpack-stats-json",
"build": "npm-run-all build:*",
"test": "run-s test:lint",
"test": "npm-run-all test:*",
"test:lint": "eslint src/**/*.ts[x]",
"test:storybook": "test-storybook",
"checkformat": "prettier --check 'src/**/*.{js,scss,ts,tsx,mdx}'",
"format": "prettier --write 'src/**/*.{js,scss,ts,tsx,mdx}'",
"start": "start-storybook -p 6006",
Expand Down

0 comments on commit 8a9949f

Please sign in to comment.