diff --git a/package.json b/package.json index 146187a..c7bfc9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trilon/eslint-plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "Official Trilon Eslint Plugin", "type": "commonjs", "main": "./lib/index.js", @@ -15,7 +15,7 @@ "node": ">=16.*.*" }, "scripts": { - "prepare": "tsc", + "prepare": "npm run tsc", "tsc": "rimraf ./lib && tsc -p tsconfig.build.json && tsc-alias", "test": "tsx --import ./tests/global.setup.js --test tests/**/*.spec.ts", "format": "prettier --write .",