Skip to content

Commit 688b4dc

Browse files
committed
Use lerna to run test:integration
1 parent 361e190 commit 688b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pretest:unit": "docker-compose up -d",
1111
"test:unit": "npm run nyc",
1212
"posttest:unit": "docker-compose stop",
13-
"test:integration": "(cd tests/serverless-plugins-integration && npm test)",
13+
"test:integration": "lerna run test --scope serverless-offline-plugins-integration",
1414
"test": "npm run eslint && npm run test:unit && npm run test:integration",
1515
"publish": "lerna publish"
1616
},

0 commit comments

Comments
 (0)