Add clean
recipe
This commit is contained in:
parent
423dcea8db
commit
4c850b3b40
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -5,5 +5,8 @@ build:
|
|||
npm install
|
||||
node assets/esbuild.config.mjs
|
||||
|
||||
clean:
|
||||
rm -fr node_modules public/build
|
||||
|
||||
serve:
|
||||
simple-http-server public --index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue