Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 1ee8123

Browse files
authored
Adding composer nuke command. (#491)
1 parent 67b1181 commit 1ee8123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
},
6666
"scripts": {
6767
"blt-alias": "blt install-alias -Dcreate_alias=true",
68+
"nuke": [
69+
"rm -rf vendor composer.lock",
70+
"@composer install"
71+
],
6872
"install-phantomjs": [
6973
"rm -rf vendor/bin/phantomjs",
7074
"PhantomInstaller\\Installer::installPhantomJS"

0 commit comments

Comments
 (0)