Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2456d300
authored
Dec 18, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update compile script to fully reseed
1 parent
9ec60c7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
composer.json
composer.json
View file @
2456d30
...
...
@@ -44,7 +44,8 @@
"scripts"
:
{
"compile"
:
[
"npm run prod"
,
"@php artisan migrate --force"
"@php artisan migrate:fresh"
,
"@php artisan db:seed"
],
"reseed"
:
[
"@php artisan migrate:fresh"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment