Skip to content

Commit db29106

Browse files
warning: disable biome on build because of wrong formatting
1 parent b970151 commit db29106

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@sebastianwessel/surql-gen",
44
"description": "A small tool which generates a typescript client for SurrealDB based on the schema of a given database",
5-
"version": "2.8.0",
5+
"version": "2.8.1",
66
"exports": "./dist/index.js",
77
"publish": {
88
"include": ["dist/**/*.js", "dist/**/*.d.ts", "README.md", "package.json"],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sebastianwessel/surql-gen",
33
"private": false,
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"engines": {
66
"node": ">=18"
77
},
@@ -43,7 +43,7 @@
4343
"build": "node build.mjs",
4444
"lint": "npx @biomejs/biome check --write .",
4545
"test": "vitest --run",
46-
"prepublishOnly": "npm run lint && vitest --no-watch && npm run build",
46+
"prepublishOnly": "vitest --no-watch && npm run build",
4747
"postpublish": "npx jsr publish"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)