Update version

This commit is contained in:
Daniel Lautzenheiser
2022-09-07 13:49:40 -04:00
parent 6aaf16594b
commit de5c49f192
10 changed files with 544 additions and 111 deletions

View File

@ -66,8 +66,9 @@
"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-clear": "rm -Rf packs/*",
"pack-all": "run-p pack:* && npm run pack-copy",
"build:pack": "run-s build publish:version pack-all"
"build:pack": "run-s build publish:version pack-clear pack-all"
},
"browserslist": [
"last 2 Chrome versions",