We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f27fde commit 2cc1199Copy full SHA for 2cc1199
package.json
@@ -68,7 +68,8 @@
68
"build": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false",
69
"build:en": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it",
70
"build:it": "npx pkgroll --clean-dist --minify --env.DEBUG_LOG=false --env.MENU_LANGUAGE=it",
71
- "pack:test": "npm pack --dry-run"
+ "pack:test": "npm pack --dry-run",
72
+ "prepack": "clean-pkg-json -r scripts,plugins"
73
},
74
"plugins": [
75
"@semantic-release/commit-analyzer",
0 commit comments