Skip to content

Commit

Permalink
ci: Change from clean-install to install
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 18, 2022
1 parent fb03e94 commit ffcbc5d
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 @@ -2,6 +2,6 @@
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the script is running
. "$SCRIPT_DIR"/../lib/robust-bash.sh

npm clean-install
npm install

npm run dist

0 comments on commit ffcbc5d

Please sign in to comment.