Skip to content

Commit

Permalink
fix(lightspeed): generate dist-scalprum as part of npm prepack script (
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 authored Sep 23, 2024
1 parent 72050eb commit 1daf928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lightspeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "backstage-cli package lint",
"postpack": "backstage-cli package postpack",
"postversion": "yarn run export-dynamic",
"prepack": "backstage-cli package prepack",
"prepack": "backstage-cli package prepack && yarn run export-dynamic",
"start": "backstage-cli package start",
"test": "backstage-cli package test --passWithNoTests --coverage",
"tsc": "tsc"
Expand Down

0 comments on commit 1daf928

Please sign in to comment.