Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 31, 2024
1 parent 206f2f8 commit 398badf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"distribution/index.d.ts"
],
"scripts": {
"build": "run-p build:*",
"build:vite": "vite build",
"build:typescript": "tsc --declaration --emitDeclarationOnly",
"build": "tsc",
"demo:build": "vite build demo",
"demo:test": "svelte-check",
"demo:watch": "vite preview demo & vite build demo --watch # vite serve isn't real",
Expand All @@ -52,11 +50,7 @@
"@typescript-eslint/naming-convention": "off"
}
}
],
"rules": {
"camelcase": "off",
"n/prefer-global/process": "off"
}
]
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
Expand Down

0 comments on commit 398badf

Please sign in to comment.