diff --git a/change_volumes_owner.sh b/change_volumes_owner.sh deleted file mode 100644 index e8d2e056a2..0000000000 --- a/change_volumes_owner.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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-parser/node_modules -chown node:staff tools/scripts/seed/node_modules