Skip to content

Commit 117aa84

Browse files
committed
chore: Order scripts alphabetically
1 parent 449582d commit 117aa84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"README.md"
1010
],
1111
"scripts": {
12+
"build": "rimraf dist && tsc",
13+
"lint": "tslint -c tslint.json 'src/**/*.ts'",
1214
"prepublish": "npm run build",
1315
"precommit": "npm run test",
14-
"build": "rimraf dist && tsc",
1516
"pretest": "npm run lint",
16-
"test": "jest",
17-
"lint": "tslint -c tslint.json 'src/**/*.ts'"
17+
"test": "jest"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)