mirror of
https://github.com/GeorgeSG/v0.gar.dev
synced 2025-12-28 21:30:29 +00:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
clean:
|
|
rm -rf ./static/ecmascript-explained-2019
|
|
|
|
prod:
|
|
mkdir -p ./static
|
|
cd ./submodules/ecmascript-explained-2019 && make prod
|
|
cp -r ./submodules/ecmascript-explained-2019/dist ./static/ecmascript-explained-2019
|
|
yarn && yarn generate
|