Skip to content

Commit 06da785

Browse files
committed
alphabetize
1 parent 1583ee4 commit 06da785

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
@@ -31,8 +31,8 @@
3131
"build": "bun ./scripts/build.ts",
3232
"clean": "rm -rf ./dist ./scratch",
3333
"lint": "eslint ./src/osm-auth.mjs ./test/*.js",
34-
"test": "bun test --dots --coverage ./test/*.js",
35-
"start": "bun ./scripts/server.ts"
34+
"start": "bun ./scripts/server.ts",
35+
"test": "bun test --dots --coverage ./test/*.js"
3636
},
3737
"devDependencies": {
3838
"@types/bun": "^1.3.0",

0 commit comments

Comments
 (0)