Browse Source

removed node modules upload call

gh-pages
Martin McKeaveney 5 years ago
parent
commit
4e2d8ee6cf
  1. 2
      packages/server/src/utilities/fileSystem/index.js

2
packages/server/src/utilities/fileSystem/index.js

@ -12,7 +12,6 @@ const {
streamUpload,
deleteFolder,
downloadTarball,
uploadDirectory,
} = require("./utilities")
const { downloadLibraries, uploadClientLibrary } = require("./newApp")
const download = require("download")
@ -136,7 +135,6 @@ exports.performBackup = async (appId, backupName) => {
exports.createApp = async appId => {
await downloadLibraries(appId)
await uploadClientLibrary(appId)
await uploadDirectory(ObjectStoreBuckets.APPS, NODE_MODULES_PATH, appId)
}
/**

Loading…
Cancel
Save