|
34 | 34 | "build": "npm-run-all build:rust build:wasm-bindgen build:prod", |
35 | 35 | "clean": "rm -rf dist lib playwright-report ../python_template_rust/extension", |
36 | 36 | "dev": "npm-run-all -p start watch", |
37 | | - "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*\" \"*.mjs\" \"*.json\"", |
| 37 | + "lint:js": "prettier --check \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
38 | 38 | "lint:rust": "cargo clippy --all-features && cargo fmt --all -- --check", |
39 | 39 | "lint": "npm-run-all lint:*", |
40 | | - "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx}\" \"tests/**/*\" \"*.mjs\" \"*.json\"", |
| 40 | + "fix:js": "prettier --write \"src/**/*.{js,ts,jsx,tsx,less,css}\" \"tests/**/*.{js,ts,jsx,tsx}\" \"*.mjs\" \"*.json\"", |
41 | 41 | "fix:rust": "cargo fmt --all", |
42 | 42 | "fix": "npm-run-all fix:*", |
43 | 43 | "preinstall": "npx only-allow pnpm", |
44 | 44 | "prepack": "pnpm run build", |
45 | 45 | "start": "http-server -p 3000 -o examples/", |
46 | 46 | "start:tests": "http-server -p 3000 ", |
47 | | - "test:js": "TZ=UTC playwright test", |
| 47 | + "test:js": "playwright test", |
48 | 48 | "test:rust": "cargo test -- --show-output", |
49 | 49 | "test": "npm-run-all test:rust test:js", |
50 | 50 | "watch": "nodemon --watch src -e ts,less,html --exec \"pnpm build:debug\"" |
|
0 commit comments