Skip to content

Commit

Permalink
fix release command
Browse files Browse the repository at this point in the history
Update release-it to latest version

added verbose flag to see output from our build process
  • Loading branch information
paustint committed Nov 7, 2024
1 parent d8865ce commit 2848b3c
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 1,008 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build:web-extension:dev": "nx run jetstream-web-extension:build --configuration=development",
"build:web-extension": "nx run jetstream-web-extension:build",
"scripts:replace-deps": "node ./scripts/replace-package-deps.mjs",
"release": "dotenv release-it ${0}",
"release": "dotenv -- release-it -V ${0}",
"release:build": "zx ./scripts/build-release.mjs",
"release:web-extension": "dotenv -- release-it --config .release-it-web-ext.json",
"bundle-analyzer:client": "npx webpack-bundle-analyzer dist/apps/jetstream/stats.json",
Expand Down Expand Up @@ -118,7 +118,6 @@
"@playwright/test": "^1.48.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^5.0.0",
"@salesforce-ux/design-system": "^2.25.1",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-knobs": "^7.0.2",
Expand Down Expand Up @@ -204,7 +203,7 @@
"prettier": "2.7.0",
"prisma": "^5.9.1",
"react-refresh": "^0.10.0",
"release-it": "^17.2.1",
"release-it": "^17.10.0",
"sass": "^1.75.0",
"sass-loader": "^10.0.4",
"start-server-and-test": "^1.15.2",
Expand Down
Loading

0 comments on commit 2848b3c

Please sign in to comment.