Skip to content

Commit

Permalink
chore(release): rename script to release
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Aug 19, 2023
1 parent 575cf9c commit 37928f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: publish to npm
run: pnpm run --filter ember-simple-auth publish
run: pnpm run --filter ember-simple-auth release
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "rollup --config --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"prepack": "pnpm run build",
"publish": "npm publish"
"release": "npm publish"
},
"dependencies": {
"@ember/test-waiters": "^3",
Expand Down

0 comments on commit 37928f2

Please sign in to comment.