diff --git a/README.md b/README.md index 46b4ff1..2a3c07a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Fix IntelliJ/WebStorm's npm integration under nodenv [![Tests](https://img.shields.io/github/actions/workflow/status/nodenv/jetbrains-npm/test.yml?label=tests&logo=github)](https://github.com/nodenv/jetbrains-npm/actions/workflows/test.yml) -[![Latest Homebrew Release]()](https://github.com/nodenv/homebrew-nodenv/blob/main/Formula/jetbrains-npm.rb) [![Latest GitHub Release](https://img.shields.io/github/v/release/nodenv/jetbrains-npm?label=github&logo=github&sort=semver)](https://github.com/nodenv/jetbrains-npm/releases/latest) +[![Latest Homebrew Release]()](https://github.com/nodenv/homebrew-nodenv/blob/main/Formula/jetbrains-npm.rb) [![Latest npm Release](https://img.shields.io/npm/v/@nodenv/jetbrains-npm?logo=npm&logoColor=white)](https://www.npmjs.com/package/@nodenv/jetbrains-npm/v/latest) diff --git a/package.json b/package.json index dd36f7f..3f11aa3 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,10 @@ "bin" ], "scripts": { - "clean": "rm -rfv package*/ nodenv-jetbrains-npm-*.tgz", "start": "bin/npm-cli.js", - "test": "echo NEEDS TESTS", + "test": "bats ${CI:+--tap} test", "posttest": "npm run lint", - "lint": "echo NEEDS LINT", + "lint": "prettier --check .", "postversion": "git push --follow-tags" }, "devDependencies": {