More debug

This commit is contained in:
Daniel Lautzenheiser
2022-09-07 23:46:20 -04:00
parent 9e9a72a36d
commit 4f9fa8487d
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,7 @@
"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:widget-file": "cd packages/netlify-cms-widget-file && npm pack",
"pack-copy": "mv packages/**/*.tgz ./packs",
"pack-clear": "rm -Rf packs/*",
"pack-all": "run-p pack:* && npm run pack-copy",