create node_modules dir to avoid chmod trouble

This commit is contained in:
Mathieu Jaumotte 2022-11-07 16:20:26 +01:00
parent 48ae7c4eb6
commit cdfa36d16e
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,4 +3,5 @@ app/.yarncache
app/build/*
app/dist/*
app/node_modules/*
!app/node_modules/.keep
app/yarn-error.log

0
app/node_modules/.keep generated vendored Normal file
View File