Skip to content

Commit

Permalink
fix(storybook): don't exit with error when running npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Andrade committed Jul 28, 2020
1 parent 6491ecf commit f15b7da
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
"author": "Jimmy Andrade <[email protected]>",
"homepage": "https://github.com/multei/design/tree/master/packages/storybook#readme",
"license": "ISC",
"main": "lib/storybook.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/multei/design.git"
Expand All @@ -25,8 +17,9 @@
"build": "build-storybook",
"build:ci": "build-storybook -c .storybook -o .out",
"develop": "start-storybook -p 6006",
"pretest": "npm run build",
"start": "npm run develop",
"test": "echo \"Error: run tests from root\" && exit 1"
"test": "echo \"@todo add tests for storybook\" && exit 0"
},
"bugs": {
"url": "https://github.com/multei/design/issues"
Expand Down

0 comments on commit f15b7da

Please sign in to comment.