mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 04:40:33 +02:00
Fixed missing command
This commit is contained in:
@@ -69,7 +69,7 @@ if _git_changed; then
|
|||||||
_git_setup
|
_git_setup
|
||||||
|
|
||||||
# Ignore node modules and other action created files
|
# Ignore node modules and other action created files
|
||||||
"/node_modules/
|
echo "/node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
" >> .git/info/exclude
|
" >> .git/info/exclude
|
||||||
|
|||||||
Reference in New Issue
Block a user