mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
fix mistake in package.json
This commit is contained in:
parent
126af43ead
commit
cab457ad23
@ -22,8 +22,7 @@
|
||||
"test:component": "cypress run --component --browser electron",
|
||||
"lint": "npm run test:lint:eslint",
|
||||
"lintfix": "npm run test:lint:eslint -- --fix",
|
||||
|
||||
"test:component": "cypress run --component --browser electron"
|
||||
"test:component": "cypress run --component --browser electron",
|
||||
"test:unit": "npm run test:unit:dev -- run --coverage",
|
||||
"test:unit:dev": "vitest",
|
||||
"docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user