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 7fffead commit 94bf3ccCopy full SHA for 94bf3cc
package.json
@@ -4,8 +4,8 @@
4
"author": "Serverless, Inc.",
5
"license": "Apache",
6
"scripts": {
7
- "test": "jest ./tests/integration.test.js --testEnvironment node",
8
- "lint": "eslint . --fix --cache"
+ "lint": "eslint . --fix --cache",
+ "test": "jest ./tests/integration.test.js --testEnvironment node"
9
},
10
"devDependencies": {
11
"@serverless/platform-client": "^0.24.0",
0 commit comments