mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-29 20:52:10 +01:00
Update package.json and remove unused files
This commit is contained in:
6
build_dev.sh
Normal file
6
build_dev.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
./build.sh
|
||||
|
||||
# cp files from dist to root folder and keep track of the files in a .dev_files_to_delete file
|
||||
find ./dist -type f -exec cp {} ./ \; -exec echo {} >> .dev_files_to_delete \;
|
||||
Reference in New Issue
Block a user