diff --git a/package.json b/package.json index d93df6188..c8f1f45e7 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,14 @@ "predist": "npm run clean && npm run lint && npm run jscpd", "release": "standard-version --prerelease alpha --release-as patch", "test": "nyc --check-coverage --reporter=html --reporter=text-summary mocha", - "test:examples": "npm run test:e2e-examples && npm run test:jest-examples && npm run test:mocha-examples && npm run test:ava-examples && npm run test:ts-examples && npm run test:message-examples", + "test:examples": "npm run test:e2e-examples && npm run test:jest-examples && npm run test:mocha-examples && npm run test:ava-examples && npm run test:ts-examples && npm run test:message-examples && npm run test:serverless-examples", "test:e2e-examples": "cd examples/e2e && npm i && npm t", "test:ava-examples": "cd examples/ava && npm i && npm t", "test:jest-examples": "cd examples/jest && npm i && npm t", "test:mocha-examples": "cd examples/mocha && npm i && npm t", "test:ts-examples": "cd examples/typescript && npm i && npm t", "test:message-examples": "cd examples/messages && npm i && npm t", + "test:serverless-examples": "cd examples/serverless && npm i && npm t", "test:karma": "npm run test:karma:jasmine && npm run test:karma:mocha", "test:karma:jasmine": "karma start ./karma/jasmine/karma.conf.js", "test:karma:mocha": "karma start ./karma/mocha/karma.conf.js",