We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e190 commit 688b4dcCopy full SHA for 688b4dc
package.json
@@ -10,7 +10,7 @@
10
"pretest:unit": "docker-compose up -d",
11
"test:unit": "npm run nyc",
12
"posttest:unit": "docker-compose stop",
13
- "test:integration": "(cd tests/serverless-plugins-integration && npm test)",
+ "test:integration": "lerna run test --scope serverless-offline-plugins-integration",
14
"test": "npm run eslint && npm run test:unit && npm run test:integration",
15
"publish": "lerna publish"
16
},
0 commit comments