Skip to content

Commit 94bf3cc

Browse files
committed
chore: Alphabetical order of scripts
1 parent 7fffead commit 94bf3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"author": "Serverless, Inc.",
55
"license": "Apache",
66
"scripts": {
7-
"test": "jest ./tests/integration.test.js --testEnvironment node",
8-
"lint": "eslint . --fix --cache"
7+
"lint": "eslint . --fix --cache",
8+
"test": "jest ./tests/integration.test.js --testEnvironment node"
99
},
1010
"devDependencies": {
1111
"@serverless/platform-client": "^0.24.0",

0 commit comments

Comments
 (0)