Skip to content

Commit

Permalink
✨ feat: Publish Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Jun 2, 2022
1 parent 5796b78 commit 525a622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins:
- semantic-release-gitmoji
- - "@semantic-release/npm"
- npmPublish: false
- - "@semantic-release/exec"
- publishCmd: VERSION=${nextRelease.version} cd ../../ && npx ts-node ./.github/scripts/create-unitypackage.ts
- - "@semantic-release/github"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"Packages/com.nekometer.esnya.udon-radio-communications-sf"
],
"scripts": {
"version": "npm version -ws ${npm_package_version} && npx -ws sort-package-json"
"version": "npm version -ws ${npm_package_version} && npx -ws sort-package-json",
"publish": "npm publish -ws"
},
"devDependencies": {
"@iam1337/create-unitypackage": "^1.0.4",
Expand Down

0 comments on commit 525a622

Please sign in to comment.