Skip to content

Commit

Permalink
Simplify script
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas committed Feb 28, 2025
1 parent facafad commit b995f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
13 changes: 0 additions & 13 deletions scripts/circle-pack-npm

This file was deleted.

6 changes: 2 additions & 4 deletions scripts/pack-npm
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
set -e
set -o pipefail

SCRIPTS_DIR="$( dirname "$(readlink -f "$0")" )"

packable_paths="packages/core packages/datetime2 packages/datetime packages/icons packages/select packages/table"
packable_paths="packages/colors packages/core packages/datetime packages/datetime2 packages/icons packages/select packages/table"

for path in $packable_paths; do
pushd "$path"
echo "Attempting to pack package at path '$path'"
"$SCRIPTS_DIR/circle-pack-npm"
npm pack --pack-destination="../../artifacts"
popd
done

1 comment on commit b995f90

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplify script

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.