Skip to content

Commit

Permalink
remove unnecessary command from addon package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Mar 15, 2024
1 parent f962450 commit d6430cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-promise-modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"release": "npm publish"
"lint:js:fix": "eslint . --fix"
},
"ember-addon": {
"main": "addon-main.cjs",
Expand Down

0 comments on commit d6430cd

Please sign in to comment.