12 Commits

Author SHA1 Message Date
Norbert de Langen
2bcaae9d81 FIX linting 2017-05-18 09:14:29 +02:00
Norbert de Langen
51ad5d5e8d Single source of truth for LICENCE for all packages 2017-05-16 08:16:22 +02:00
Darek Rossman
2ac8cf3077 Do not ignore story.js in prepublish
This is causing an issue with addons-info as it ends up ignoring `Story.js` during compilation. Seems there are case-similar files in other addon packages called `story.js` that were supposed to be ignored from output... However, this seems like the quickest fix that doesn't really have an impact on other packages.
2017-04-28 08:58:01 -04:00
Norbert de Langen
3f86f6cc59 FIX republish script so it exits with if babel fails 2017-04-27 23:59:23 +02:00
Norbert de Langen
7ccb773e72 FIX an issue where a test in a package was using async-await
but was not transpiring them correctly.

MOVE jest cache directory to subdirectory `.cache`
2017-04-27 22:33:36 +02:00
Norbert de Langen
e50dbd1cdf FIX webpack overriding && CLEANUP && ADD example
for testing a non-linked example based on create-react-app
2017-04-27 21:08:13 +02:00
UsulPro
4845e21a73 Update --ignore flag in prepublish script
stories -> stories/ to ignore only folders
added test.js
2017-04-24 19:04:42 +07:00
UsulPro
df4117fb7b Add --copy-files flag 2017-04-24 17:33:46 +07:00
UsulPro
2965d6d78b Switch to the only prepublish.js script
use ./scripts/prepublish.js as a prepublish script for all packages
2017-04-24 17:33:46 +07:00
Arunoda Susiripala
bb426b899d Update defaults to match create-react-app ()
* Match default setup same as create-react-app.

* Stop pre-building the manager
This allow us to customize the manager dynamically.

* Update manager for the production build.

* Remove building source-maps.

* Fix lint issues.

* Improve static file handling.

* Update dev docs.

* Use dist directory for the manager's source.

* Add support for stage-0.

* Replace raw loader with the css loader in production CSS handling.

* Remove specific babel plugins since we support stage-0.
2016-08-01 15:30:21 +05:30
Muhammed Thanish
8f91067549 Fix prepublish script 2016-07-18 14:03:59 +05:30
Aruna Herath
8e0458961a Wrote prepublish in javascript
This allows storybook to be built in windows too.
2016-07-13 17:18:27 +05:30