Skip to content

Commit

Permalink
[DYN-6491] Consume latest librarie js package (DynamoDS#15246)
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyashish authored May 24, 2024
1 parent 28909dd commit 6695bdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!--This command updates the npm registry configuration if necessary-->
<Exec Command="$(PowerShellCommand) -ExecutionPolicy ByPass -Command $(SolutionDir)\setnpmreg.ps1" />
<!--This command gets a specific build of the notifcation center from npm-->
<Exec Command="npm pack @dynamods/[email protected].4" />
<Exec Command="npm pack @dynamods/[email protected].5" />
</Target>

<Target Name="ExtractTGZFile" BeforeTargets="BeforeBuild">
Expand Down

0 comments on commit 6695bdb

Please sign in to comment.