|
14 | 14 | "test:unit:update-snapshot": "jest -u", |
15 | 15 | "test:e2e": "playwright test", |
16 | 16 | "test:e2e:update-snapshot": "playwright test --update-snapshots", |
17 | | - "test": "yarn test:unit && yarn test:e2e", |
| 17 | + "test": "pnpm test:unit && pnpm test:e2e", |
18 | 18 | "start": "next start", |
19 | 19 | "lint": "biome ci --max-diagnostics=999 .", |
20 | 20 | "lint:fix": "biome check --write --verbose --max-diagnostics=999 .", |
21 | 21 | "lint:fix-unsafe": "biome check --write-unsafe --verbose --max-diagnostics=999 .", |
22 | 22 | "ncu": "npx npm-check-updates -u", |
23 | | - "verify": "yarn lint && yarn test && yarn build", |
| 23 | + "verify": "pnpm lint && pnpm test && pnpm build", |
24 | 24 | "download-font": "./fonts/download-font.sh", |
25 | | - "postinstall": "cp ./node_modules/yoga-wasm-web/dist/yoga.wasm ./public/yoga.wasm; cp ./node_modules/@resvg/resvg-wasm/index_bg.wasm ./public/resvg_bg.wasm", |
| 25 | + "postinstall": "mkdir -p ./public && cp ./node_modules/yoga-wasm-web/dist/yoga.wasm ./public/yoga.wasm && cp ./node_modules/@resvg/resvg-wasm/index_bg.wasm ./public/resvg_bg.wasm", |
26 | 26 | "prepare": "is-ci || husky" |
27 | 27 | }, |
28 | 28 | "engines": { |
|
51 | 51 | "devDependencies": { |
52 | 52 | "@biomejs/biome": "^1.9.4", |
53 | 53 | "@changesets/cli": "^2.27.10", |
| 54 | + "@jest/types": "^29.6.3", |
54 | 55 | "@playwright/test": "^1.49.0", |
55 | 56 | "@testing-library/dom": "^10.4.0", |
56 | 57 | "@testing-library/jest-dom": "^6.6.3", |
|
82 | 83 | "last 1 firefox version", |
83 | 84 | "last 1 safari version" |
84 | 85 | ] |
85 | | - } |
| 86 | + }, |
| 87 | + "packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" |
86 | 88 | } |
0 commit comments