Skip to content

Commit 23aa201

Browse files
committed
Cleanup addon's package.json scripts
1 parent e5e4a68 commit 23aa201

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

addon/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
3535
"lint:js": "eslint --cache .",
3636
"lint:js:fix": "eslint . --fix",
3737
"lint:ts": "tsc --noEmit",
38-
"postpublish": "pnpm clean",
39-
"release": "release-it",
40-
"start": "ember serve",
41-
"test": "ember test",
42-
"test:all": "ember try:each"
38+
"postpublish": "pnpm clean"
4339
},
4440
"peerDependencies": {
4541
"ember-source": "^4.0.0 || ^5.0.0"

0 commit comments

Comments
 (0)