Skip to content

Commit 589faf6

Browse files
authored
Merge pull request #842 from ember-fastboot/scripts
Add test scripts
2 parents d549345 + effd25a commit 589faf6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@
99
"packages/*",
1010
"test-packages/*"
1111
],
12+
"scripts": {
13+
"test": "npm-run-all test:*",
14+
"test:ember-cli-fastboot": "yarn workspace ember-cli-fastboot test:ember",
15+
"test:fastboot": "yarn workspace fastboot test",
16+
"test:fastboot-express-middleware": "yarn workspace fastboot-express-middleware test",
17+
"test:fastboot-app-server": "yarn workspace fastboot-app-server test:mocha",
18+
"test:integration": "yarn workspace integration-tests test",
19+
"test:extra": "yarn workspace basic-app test:mocha && yarn workspace custom-fastboot-app test:mocha"
20+
},
1221
"devDependencies": {
22+
"npm-run-all": "^4.1.5",
1323
"release-it": "^14.2.2",
1424
"release-it-lerna-changelog": "^3.1.0",
1525
"release-it-yarn-workspaces": "^2.0.0"

0 commit comments

Comments
 (0)