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 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"
You can’t perform that action at this time.
0 commit comments