From caf6ef79b3a808110929d309b1d82da1d0a8e605 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 12 Nov 2022 21:25:44 -0500 Subject: [PATCH] fix: build --- build-utils/grunt-config/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {