lintmax 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +0 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lintmax",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Maximum strictness linting, formatting, and type-checking in one package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"biome",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"oxlintrc.json"
|
|
42
42
|
],
|
|
43
43
|
"scripts": {
|
|
44
|
-
"build": "tsc -p tsconfig.build.json && printf '#!/usr/bin/env bun\\n' | cat - dist/cli.js > dist/cli.tmp && mv dist/cli.tmp dist/cli.js && chmod +x dist/cli.js",
|
|
44
|
+
"build": "rm -rf dist .cache/tsbuildinfo.json && tsc -p tsconfig.build.json && printf '#!/usr/bin/env bun\\n' | cat - dist/cli.js > dist/cli.tmp && mv dist/cli.tmp dist/cli.js && chmod +x dist/cli.js",
|
|
45
45
|
"check": "bun dist/cli.js check",
|
|
46
46
|
"fix": "bun dist/cli.js fix",
|
|
47
47
|
"prepublishOnly": "bun run build"
|