Skip to content

Commit

Permalink
improve dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Jan 31, 2023
1 parent 4acb6f0 commit e38b1c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ SECRET="_"
ADMIN_EMAIL="admin@example.com"
ADMIN_PASSWORD="admin"
EOF
npx directus bootstrap
yarn add directus
yarn directus bootstrap
mkdir -p extensions/modules/generate-types
ln -s ../../../../dist/index.js extensions/modules/generate-types/index.js
echo
Expand All @@ -38,4 +39,4 @@ echo " email: admin@example.com"
echo " pw: admin"
echo

npx directus start
yarn directus start

0 comments on commit e38b1c5

Please sign in to comment.