Procházet zdrojové kódy

Move storybook configuration to a dotless folder, for linting

Thibaud Colas před 3 roky
rodič
revize
939fa98ef0
3 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 0 0
      client/storybook/main.js
  2. 0 0
      client/storybook/preview.js
  3. 2 2
      package.json

+ 0 - 0
client/.storybook/main.js → client/storybook/main.js


+ 0 - 0
client/.storybook/preview.js → client/storybook/preview.js


+ 2 - 2
package.json

@@ -120,7 +120,7 @@
     "test:unit:watch": "jest --watch",
     "test:unit:coverage": "jest --coverage",
     "test:integration": "./client/tests/integration/node_modules/.bin/jest --config ./client/tests/integration/jest.config.js",
-    "storybook": "start-storybook -c client/.storybook -p 6006",
-    "build-storybook": "build-storybook -c client/.storybook"
+    "storybook": "start-storybook -c client/storybook -p 6006",
+    "build-storybook": "build-storybook -c client/storybook"
   }
 }