mirror of
https://github.com/directus/directus.git
synced 2026-01-24 02:27:56 -05:00
7 lines
170 B
Makefile
7 lines
170 B
Makefile
bundle:
|
|
npm run build
|
|
git clone git@github.com:directus/app-next.git tmp-app
|
|
cd tmp-app && npm install && npm run build
|
|
cp -r tmp-app/dist dist/admin
|
|
rm -rf tmp-app
|