Skip to content

Commit

Permalink
🐝 Add "make clean" to remove all JS output
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Mar 15, 2024
1 parent 18093ea commit c158491
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,7 @@ reindex: itsJustJavascript
node --enable-source-maps itsJustJavascript/baker/algolia/configureAlgolia.js
node --enable-source-maps itsJustJavascript/baker/algolia/indexToAlgolia.js
node --enable-source-maps itsJustJavascript/baker/algolia/indexChartsToAlgolia.js
node --enable-source-maps itsJustJavascript/baker/algolia/indexExplorersToAlgolia.js
node --enable-source-maps itsJustJavascript/baker/algolia/indexExplorersToAlgolia.js

clean:
rm -rf node_modules itsJustJavascript

0 comments on commit c158491

Please sign in to comment.