Skip to content

Commit

Permalink
Remove prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Mar 2, 2022
1 parent 8c7febc commit caadd78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache --ext .ts,.js",
"lint:js:fix": "eslint . --fix --ext .ts,.js",
"typecheck": "tsc --noEmit",
"prepublishOnly": "ember ts:precompile",
"postpublish": "ember ts:clean"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ember/test-helpers": "^2.6.0",
Expand Down

0 comments on commit caadd78

Please sign in to comment.