mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Create locale directory if it does not exist
This commit is contained in:
parent
4532db95df
commit
0f89152399
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ build:
|
|||
clean:
|
||||
rm -rf ./build
|
||||
mkdir -p build
|
||||
mkdir -p locales
|
||||
|
||||
static:
|
||||
cp -a ./static/. ./build/
|
||||
|
|
Loading…
Reference in a new issue