chore: mark demo side effects to fix storybook
This commit is contained in:
parent
bb4190d521
commit
000e6ec204
2 changed files with 9 additions and 6 deletions
|
|
@ -5,9 +5,10 @@ Features not fitting any other category.
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
| Package | Version | Description |
|
| Package | Version | Description |
|
||||||
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ----------- |
|
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | ----------- |
|
||||||
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
| [ajax](?path=/docs/others-ajax--default-story) | [](https://www.npmjs.com/package/@lion/ajax) | Ajax |
|
||||||
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
| [calendar](?path=/docs/others-calendar--default-story) | [](https://www.npmjs.com/package/@lion/calendar) | Calendar |
|
||||||
|
| [collapsible](?path=/docs/others-collapsible--main) | [](https://www.npmjs.com/package/@lion/collapsible) | Collapsible |
|
||||||
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
| [core](?path=/docs/others-system-core--page) | [](https://www.npmjs.com/package/@lion/core) | Core |
|
||||||
|
|
||||||
```js script
|
```js script
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,9 @@
|
||||||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/collapsible/test/**/*.test.js\""
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/collapsible/test/**/*.test.js\""
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"lion-collapsible.js"
|
"lion-collapsible.js",
|
||||||
|
"demo/applyDemoCollapsibleStyles.js",
|
||||||
|
"demo/custom-collapsible.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.8.0"
|
"@lion/core": "0.8.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue