mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
Merge branch 'release-9.6.0' into better-rc
This commit is contained in:
commit
9c380430b9
@ -4,6 +4,7 @@
|
||||
"postinstall": "npm run bootstrap",
|
||||
"start": "start-storybook -p 8000 -c .storybook",
|
||||
"storybook": "build-storybook -o build",
|
||||
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
|
||||
"bootstrap": "lerna bootstrap --hoist",
|
||||
"clean": "lerna clean",
|
||||
"distclean": "lerna clean --yes && rm -rf node_modules",
|
||||
@ -28,6 +29,7 @@
|
||||
"css-loader": "^0.28.4",
|
||||
"execa": "^0.8.0",
|
||||
"fs-extra": "^4.0.2",
|
||||
"gh-pages": "^1.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"globby": "^6.1.0",
|
||||
"html-to-react": "^1.2.11",
|
||||
|
Loading…
Reference in New Issue
Block a user