feat: jest -u -> jest (#85)
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good

This commit is contained in:
RustamRu 2025-02-16 11:09:21 +03:00
parent 251ea5184e
commit cf6b8ebd51

View File

@ -4,7 +4,7 @@
"description": "<a id=\"readme-top\"></a>", "description": "<a id=\"readme-top\"></a>",
"main": "./src/index.tsx", "main": "./src/index.tsx",
"scripts": { "scripts": {
"test": "jest -u", "test": "jest",
"start": "brojs server --port=8099 --with-open-browser", "start": "brojs server --port=8099 --with-open-browser",
"build": "npm run clean && brojs build --dev", "build": "npm run clean && brojs build --dev",
"build:prod": "npm run clean && brojs build", "build:prod": "npm run clean && brojs build",