Skip to content

Commit f4aefe3

Browse files
committed
auto build on pnpm start and test
1 parent 2d5b2f9 commit f4aefe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"lint:js": "eslint . --cache",
1818
"lint:js:fix": "eslint . --fix",
1919
"lint:types": "tsc --noEmit",
20+
"prestart": "pnpm --dir ../test-addon-to-import build",
2021
"start": "ember serve",
22+
"pretest": "pnpm --dir ../test-addon-to-import build",
2123
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
2224
"test:ember": "ember test"
2325
},

0 commit comments

Comments
 (0)