diff --git a/build-utils/grunt-config/run.js b/build-utils/grunt-config/run.js index bc129c7..74ce924 100644 --- a/build-utils/grunt-config/run.js +++ b/build-utils/grunt-config/run.js @@ -15,7 +15,7 @@ module.exports = { options: { cwd: process.cwd() + "/build/npm" }, - exec: `. ./ENV_VARS && npm publish` + exec: `. ../../ENV_VARS && npm publish` }, publishRelease: { options: {