Style tweeks

This commit is contained in:
Daniel Lautzenheiser
2022-09-07 12:15:43 -04:00
parent 0c5efd19d6
commit 6aaf16594b
25 changed files with 74 additions and 246 deletions

View File

@ -61,7 +61,13 @@
"publish:graduate:dry-run": "run-s \"publish:version --conventional-graduate --no-git-tag-version\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "husky install"
"prepare": "husky install",
"pack:core": "cd packages/netlify-cms-core && npm pack",
"pack:app": "cd packages/netlify-cms-app && npm pack",
"pack:ui-default": "cd packages/netlify-cms-ui-default && npm pack",
"pack-copy": "mv packages/**/*.tgz ./packs",
"pack-all": "run-p pack:* && npm run pack-copy",
"build:pack": "run-s build publish:version pack-all"
},
"browserslist": [
"last 2 Chrome versions",
@ -192,5 +198,6 @@
},
"resolutions": {
"react-redux": "^7.2.0"
}
},
"version": "0.0.0"
}