We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1583ee4 commit 06da785Copy full SHA for 06da785
package.json
@@ -31,8 +31,8 @@
31
"build": "bun ./scripts/build.ts",
32
"clean": "rm -rf ./dist ./scratch",
33
"lint": "eslint ./src/osm-auth.mjs ./test/*.js",
34
- "test": "bun test --dots --coverage ./test/*.js",
35
- "start": "bun ./scripts/server.ts"
+ "start": "bun ./scripts/server.ts",
+ "test": "bun test --dots --coverage ./test/*.js"
36
},
37
"devDependencies": {
38
"@types/bun": "^1.3.0",
0 commit comments