mirror of
https://github.com/directus/directus.git
synced 2026-01-26 18:48:11 -05:00
5 lines
96 B
Makefile
5 lines
96 B
Makefile
bundle:
|
|
npm run build
|
|
cd ../app && npm install && npm run build
|
|
cp -r ../app/dist dist/admin
|