2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

rename scripts

This commit is contained in:
Jeroen akkerman 2025-05-01 17:35:53 +02:00
parent cbf0f6e387
commit 31d9ae828e

View File

@ -22,11 +22,11 @@
"build:watch": "rollup -c -w",
"build:types": "tsc --emitDeclarationOnly --declaration --outDir dist/types",
"postbuild": "npm run build:types",
"pretest": "npm run lint",
"pretest": "npm run check",
"test": "npm run test:unit",
"test:unit": "vitest run",
"test:e2e": "cypress run",
"lint": "prettier --check . && eslint .",
"check": "prettier --check . && eslint .",
"fix": "prettier --write . && eslint --fix ."
},
"dependencies": {