Skip to content

Commit a0fd65d

Browse files
Remove vendor bin path
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com>
1 parent 6a339c8 commit a0fd65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/plugin-composer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"wp-cli/i18n-command": "^2"
44
},
55
"scripts": {
6-
"makepot": "./vendor/bin/wp i18n make-pot ."
6+
"makepot": "wp i18n make-pot ."
77
}
88
}

0 commit comments

Comments
 (0)