|
3 | 3 | "version": "7.0.1", |
4 | 4 | "description": "Static analysis tool for JavaScript projects", |
5 | 5 | "scripts": { |
6 | | - "test": "jest --testTimeout 15000", |
7 | | - "test:watch": "jest --watch", |
8 | | - "test:coverage": "jest --coverage", |
9 | | - "lint": "eslint src/*.**", |
10 | | - "lint:fix": "eslint --fix src/*.**", |
11 | | - "build": "tsc", |
12 | 6 | "build:badges": "node build/index.js src", |
13 | 7 | "build:watch": "tsc --watch", |
14 | | - "prettier": "prettier --check src", |
| 8 | + "build": "tsc", |
| 9 | + "lint:fix": "eslint --fix src/*.**", |
| 10 | + "lint": "eslint src/*.**", |
| 11 | + "prepublishOnly": "yarn build && yarn test", |
15 | 12 | "prettier:fix": "prettier --write src", |
16 | | - "release": "yarn build && yarn publish" |
| 13 | + "prettier": "prettier --check src", |
| 14 | + "test:coverage": "jest --coverage", |
| 15 | + "test:watch": "jest --watch", |
| 16 | + "test": "jest --testTimeout 15000" |
17 | 17 | }, |
18 | 18 | "author": "Sam Brown (https://github.com/sgb-io)", |
19 | 19 | "repository": { |
|
0 commit comments