|
11 | 11 | "hover-scripts": "dist/index.js"
|
12 | 12 | },
|
13 | 13 | "scripts": {
|
14 |
| - "test": "node src test", |
15 |
| - "test:update": "node src test --updateSnapshot", |
16 | 14 | "build": "run-p build:*",
|
17 | 15 | "build:source": "babel --source-maps --out-dir dist --ignore '**/__tests__/**','**/__mocks__/**' --copy-files --no-copy-ignored src",
|
18 | 16 | "build:types": "tsc -p src/",
|
19 |
| - "lint": "node src lint", |
20 |
| - "format": "node src format", |
21 |
| - "validate": "node src validate", |
22 |
| - "commit": "node src commit", |
23 | 17 | "ci-after-success": "node src ci-after-success",
|
| 18 | + "commit": "node src commit", |
| 19 | + "format": "node src format", |
| 20 | + "lint": "node src lint", |
| 21 | + "prepublishOnly": "yarn build", |
24 | 22 | "start": "run-p start:*",
|
25 | 23 | "start:source": "yarn build:source --watch",
|
26 |
| - "start:types": "tsc -b -w --preserveWatchOutput src/" |
| 24 | + "start:types": "tsc -b -w --preserveWatchOutput src/", |
| 25 | + "test": "node src test", |
| 26 | + "test:update": "node src test --updateSnapshot", |
| 27 | + "validate": "node src validate" |
27 | 28 | },
|
28 | 29 | "husky": {
|
29 | 30 | "hooks": {
|
|
0 commit comments