Skip to content

Commit

Permalink
Remove lock files and update npm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Zitting committed Feb 15, 2019
1 parent 58a3881 commit de4a2b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17,942 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@php -r \"unlink('README.md');\"",
"@php -r \"rename('composer.json.default', 'composer.json');\"",
"@composer dump-autoload -o",
"@npm i",
"npm install",
"@php craft setup/welcome"
]
}
Expand Down
Loading

0 comments on commit de4a2b5

Please sign in to comment.