|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "turbo dev", |
7 | | - "build": "turbo build", |
8 | | - "build:npm": "turbo build:npm", |
9 | | - "start": "turbo start", |
| 6 | + "------------------------INSTALLATION-------------------": "", |
| 7 | + "preinstall": "husky init", |
| 8 | + "prepare": "husky", |
| 9 | + "pre": "turbo pre", |
| 10 | + "pre:husky": "git add . && lint-staged", |
| 11 | + "------------------------UTILS--------------------------": "", |
10 | 12 | "lint": "turbo lint", |
11 | 13 | "lint:fix": "turbo lint:fix", |
| 14 | + "lint:next": "turbo lint:next", |
| 15 | + "lint:test": "turbo lint:test", |
12 | 16 | "format": "turbo format", |
13 | 17 | "clean": "turbo clean", |
14 | 18 | "link-cli": "turbo link-cli", |
15 | | - "link-cli:dev": "turbo link-cli:dev", |
16 | | - "unlink-cli:dev": "turbo unlink-cli:dev", |
| 19 | + "link-cli:dev": "turbo link-cli", |
| 20 | + "unlink-cli:dev": "turbo link-cli", |
| 21 | + "------------------------BUILDS-------------------------": "", |
| 22 | + "dev": "turbo dev", |
| 23 | + "build": "turbo build", |
| 24 | + "build:dev": "turbo build:dev", |
| 25 | + "build:prod": "turbo build:prod", |
| 26 | + "build:npm": "turbo build:npm", |
| 27 | + "------------------------DEPLOYS------------------------": "", |
| 28 | + "start:dev": "turbo start:dev", |
| 29 | + "start:prod": "turbo start:prod", |
17 | 30 | "npm:prepack": "turbo npm:prepack", |
18 | 31 | "npm:postpack": "turbo npm:postpack", |
19 | 32 | "npm:version": "changeset version", |
20 | 33 | "npm:publish": "changeset publish", |
21 | | - "preinstall": "husky init", |
22 | | - "pre": "turbo pre", |
23 | | - "pre:husky": "husky && git add . && npx lint-staged", |
24 | | - "prepare": "husky", |
25 | | - "test": "echo \"Error: no test specified\"" |
| 34 | + "------------------------TESTS--------------------------": "", |
| 35 | + "test": "turbo test", |
| 36 | + "bench": "turbo bench" |
26 | 37 | }, |
27 | 38 | "devDependencies": { |
28 | 39 | "@changesets/cli": "^2.27.10", |
|
0 commit comments