File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
" packages/*" ,
10
10
" test-packages/*"
11
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
+ },
12
21
"devDependencies" : {
22
+ "npm-run-all" : " ^4.1.5" ,
13
23
"release-it" : " ^14.2.2" ,
14
24
"release-it-lerna-changelog" : " ^3.1.0" ,
15
25
"release-it-yarn-workspaces" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments