Skip to content

Commit

Permalink
Use --save-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Jan 3, 2024
1 parent 4690969 commit ae88c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ mv "${directory}" "../${directory}"
cd "../${directory}" || exit 1

# @types/jest doesn't seem to get hoisted correctly when linking with pnpm.
echo '--- pnpm add ../skuba @types/jest'
pnpm add ../skuba @types/jest
echo '--- pnpm add --save-dev ../skuba @types/jest'
pnpm add --save-dev ../skuba @types/jest

echo "--- skuba version ${template}"
pnpm exec skuba version
Expand Down

0 comments on commit ae88c70

Please sign in to comment.