Skip to content

Commit 7c49749

Browse files
committed
A few more dx updates
1 parent 22a11db commit 7c49749

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66
"license": "MIT",
77
"author": "Ben Demboski",
88
"scripts": {
9-
"build": "pnpm --filter 'ember-add-listener-helper' build",
9+
"build": "pnpm --filter ember-add-listener-helper build",
10+
"preinstall": "npx only-allow pnpm",
1011
"lint": "pnpm --filter '*' lint",
1112
"lint:fix": "pnpm --filter '*' lint:fix",
1213
"prepare": "pnpm build",
13-
"test": "pnpm --filter '*' test",
14-
"release": "dotenv release-it"
14+
"release": "dotenv release-it",
15+
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
16+
"start:addon": "pnpm --filter ember-add-listener-helper start --no-watch.clearScreen",
17+
"start:test-app": "pnpm --filter test-app start",
18+
"test": "pnpm --filter '*' test:ember"
1519
},
1620
"devDependencies": {
1721
"@release-it-plugins/lerna-changelog": "^6.0.0",
1822
"@release-it-plugins/workspaces": "^4.0.0",
1923
"concurrently": "^8.2.0",
2024
"dotenv-cli": "^7.2.1",
21-
"prettier": "^3.0.0",
2225
"release-it": "^16.1.3"
2326
},
2427
"pnpm": {
@@ -55,10 +58,6 @@
5558
},
5659
"npm": false
5760
},
58-
"engines": {
59-
"yarn": "use pnpm",
60-
"npm": "use pnpm"
61-
},
6261
"volta": {
6362
"node": "18.12.0",
6463
"pnpm": "8.14.3"

pnpm-lock.yaml

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)