Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed Nov 13, 2022
1 parent a2a9551 commit caf6ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-utils/grunt-config/run.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
options: {
cwd: process.cwd() + "/build/npm"
},
exec: `. ./ENV_VARS && npm publish`
exec: `. ../../ENV_VARS && npm publish`
},
publishRelease: {
options: {
Expand Down

0 comments on commit caf6ef7

Please sign in to comment.