mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:41:25 +08:00
Merge pull request #15299 from merceyz/merceyz/chore/disable-builds
Yarn: Disable unnecessary builds
This commit is contained in:
commit
4bc24e6a7c
36
package.json
36
package.json
@ -323,5 +323,41 @@
|
|||||||
"Other"
|
"Other"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"dependenciesMeta": {
|
||||||
|
"@compodoc/compodoc": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"core-js": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"core-js-pure": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"ejs": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"level": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"node-uuid": {
|
||||||
|
"built": false,
|
||||||
|
"unplugged": false
|
||||||
|
},
|
||||||
|
"nodemon": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"parcel": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"preact": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"styled-components": {
|
||||||
|
"built": false
|
||||||
|
},
|
||||||
|
"yorkie": {
|
||||||
|
"built": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
23
yarn.lock
23
yarn.lock
@ -7384,18 +7384,41 @@ __metadata:
|
|||||||
webpack-dev-middleware: ^3.7.3
|
webpack-dev-middleware: ^3.7.3
|
||||||
window-size: ^1.1.1
|
window-size: ^1.1.1
|
||||||
dependenciesMeta:
|
dependenciesMeta:
|
||||||
|
"@compodoc/compodoc":
|
||||||
|
built: false
|
||||||
"@cypress/webpack-preprocessor":
|
"@cypress/webpack-preprocessor":
|
||||||
optional: true
|
optional: true
|
||||||
|
core-js:
|
||||||
|
built: false
|
||||||
|
core-js-pure:
|
||||||
|
built: false
|
||||||
cypress:
|
cypress:
|
||||||
optional: true
|
optional: true
|
||||||
|
ejs:
|
||||||
|
built: false
|
||||||
|
level:
|
||||||
|
built: false
|
||||||
|
node-uuid:
|
||||||
|
built: false
|
||||||
|
unplugged: false
|
||||||
|
nodemon:
|
||||||
|
built: false
|
||||||
|
parcel:
|
||||||
|
built: false
|
||||||
|
preact:
|
||||||
|
built: false
|
||||||
puppeteer:
|
puppeteer:
|
||||||
optional: true
|
optional: true
|
||||||
|
styled-components:
|
||||||
|
built: false
|
||||||
ts-loader:
|
ts-loader:
|
||||||
optional: true
|
optional: true
|
||||||
verdaccio:
|
verdaccio:
|
||||||
optional: true
|
optional: true
|
||||||
verdaccio-auth-memory:
|
verdaccio-auth-memory:
|
||||||
optional: true
|
optional: true
|
||||||
|
yorkie:
|
||||||
|
built: false
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user