We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d549345 + effd25a commit 589faf6Copy full SHA for 589faf6
1 file changed
package.json
@@ -9,7 +9,17 @@
9
"packages/*",
10
"test-packages/*"
11
],
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
+ },
21
"devDependencies": {
22
+ "npm-run-all": "^4.1.5",
23
"release-it": "^14.2.2",
24
"release-it-lerna-changelog": "^3.1.0",
25
"release-it-yarn-workspaces": "^2.0.0"
0 commit comments