mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Fully delete js/
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b4e237d157
commit
75d49a6dbf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ npm-update:
|
||||||
npm update
|
npm update
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f js/*
|
rm -rf js/*
|
||||||
rm -rf $(build_dir)
|
rm -rf $(build_dir)
|
||||||
|
|
||||||
clean-dev: clean
|
clean-dev: clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue