@primer/components 30.0.0-rc.dcdcc480 → 30.0.0-rc.f531947f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/package.json CHANGED
@@ -5,7 +5,8 @@
5
5
  "scripts": {
6
6
  "clean": "gatsby clean",
7
7
  "develop": "gatsby develop",
8
- "build": "pushd .. && npm install && popd && cross-env NODE_ENV=production gatsby build --prefix-paths"
8
+ "build": "pushd .. && npm install && popd && cross-env NODE_ENV=production gatsby build --prefix-paths && npm run build:storybook",
9
+ "build:storybook": "cd .. && ./script/build-storybook"
9
10
  },
10
11
  "engines": {
11
12
  "node": ">= 10.x"