Skip to content

Commit

Permalink
build: 💚 fix eslint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2024
1 parent 7b8149f commit 54612c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"js": "ttsc -p tsconfig.build.json -m esnext",
"cjs": "ttsc -p tsconfig.c.json -m commonjs",
"build": "node ./scripts/cleanup.mjs && npm run js && npm run cjs && node ./scripts/makeMjs.mjs",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:test": "eslint test",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
"test": "npm run build && jest",
"test:coverage": "jest --coverage",
"version": "auto-changelog -p && git add CHANGELOG.md"
Expand Down Expand Up @@ -60,4 +59,4 @@
"typescript-transform-paths": "^3.4.6"
},
"homepage": "https://github.com/thkruz/ootk"
}
}

0 comments on commit 54612c5

Please sign in to comment.