chore(tools): use data volumes for node_modules
This commit is contained in:
committed by
mrugesh mohapatra
parent
aa6305778f
commit
76ec4acb6e
9
change_volumes_owner.sh
Normal file
9
change_volumes_owner.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
chown node:staff node_modules
|
||||
chown node:staff api-server/node_modules
|
||||
chown node:staff client/node_modules
|
||||
chown node:staff client/plugins/fcc-create-nav-data/node_modules
|
||||
chown node:staff curriculum/node_modules
|
||||
chown node:staff tools/challenge-md-parser/node_modules
|
||||
chown node:staff tools/scripts/seed/node_modules
|
Reference in New Issue
Block a user