Skip to content

Commit

Permalink
Add Sveltekit-specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 6, 2024
1 parent f4909e1 commit 433940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo 'Resetting nodeJS environment...'
NPM_ROOT="$(npm run env | grep '^PWD' | cut -d '=' -f '2')"
pushd "$NPM_ROOT"
ee 'jest --clearCache'
ee 'rm -r coverage node_modules'
ee 'rm -r build coverage node_modules .svelte-kit'
ee 'yarn cache clean'
echo 'nodeJS environment sanitized.'
popd
Expand Down

0 comments on commit 433940f

Please sign in to comment.