Skip to content

Commit

Permalink
chore: rm --ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 24, 2024
1 parent a93e634 commit aea1560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the script is running
. "$SCRIPT_DIR"/lib/robust-bash.sh

npm ci --ignore-scripts
npm ci

npm run dist
cp package.json ./dist
Expand Down

0 comments on commit aea1560

Please sign in to comment.