We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5b2f9 commit f4aefe3Copy full SHA for f4aefe3
1 file changed
test-app/package.json
@@ -17,7 +17,9 @@
17
"lint:js": "eslint . --cache",
18
"lint:js:fix": "eslint . --fix",
19
"lint:types": "tsc --noEmit",
20
+ "prestart": "pnpm --dir ../test-addon-to-import build",
21
"start": "ember serve",
22
+ "pretest": "pnpm --dir ../test-addon-to-import build",
23
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
24
"test:ember": "ember test"
25
},
0 commit comments