Skip to content

Commit

Permalink
CI: fix publishing of npm and deno branches (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 10, 2020
1 parent eb1cfe2 commit 8e835a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,8 +45,8 @@
"changelog": "node resources/gen-changelog.js",
"preversion": ". ./resources/checkgit.sh && npm ci",
"version": "node resources/gen-version.js && npm test && git add src/version.js",
"gitpublish:npm": "node ./resources/gitpublish.js npm npmDist",
"gitpublish:deno": "node ./resources/gitpublish.js deon denoDist"
"gitpublish:npm": "node ./resources/gitpublish.sh npm npmDist",
"gitpublish:deno": "node ./resources/gitpublish.sh deno denoDist"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 8e835a0

Please sign in to comment.