Skip to content

Commit

Permalink
fix: publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed Nov 13, 2022
1 parent d68a6b2 commit 66c43bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-utils/grunt-config/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
"build-utils/npm-export/index.js",
"build-utils/npm-export/index.d.ts",
"package.json",
".npmrc",
"README.md",
"LICENSE",
],
Expand Down
2 changes: 1 addition & 1 deletion build-utils/grunt-config/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
options: {
cwd: process.cwd() + "/build/npm"
},
exec: `. ../../ENV_VARS && npm publish`
exec: `. ../../ENV_VARS && NPM_TOKEN=$NPM_TOKEN npm publish`
},
publishRelease: {
options: {
Expand Down

0 comments on commit 66c43bd

Please sign in to comment.